home logo

Welcome to Design Club

Purpose of this website

The purpose of this website is to learn the basics of PHP coding combine with SQL database programming.

What you'll find.

You'll find.

  • A registration page.
    • The registration page allows for an account to be created to access all of the Design Club page. This page is also created as a sticky form to prevent the user from having to retype all information back in if they forget to enter something or what they enter is incorrect.
  • A contact page.
    • The contact page has been created to email questions or comments to the web masters. This page is also sticky.
  • A login/logout page.
    • The login/logout pages allow members of the site to log in and out of the sites most inner pages. These are none sticky.
  • A My Accounts page.
    • Logging in to the members section will allow users to access the "My Accounts page" where members can change their password for the site.

Some things to know.

HTML or HyperText Markup Language is written in the form of HTML elements consisting of tags enclosed in angle brackets (< and >). HTML allows for images and objects to be embedded and can be used to create interactive forms.

PHP was created by Rasmus Lerdorf in 1994 to track who viewed his personal resume and the first version was available in 1995 and known as Personal Home Page Tools.

SQLor Structured Query Language is a programming language used to manage data in relational database management systems (RDBMS). SQL includes data insert, query, update and delete commands to manipulate data to name just a few items.