Recent Articles
When deciding how to build a traffic worthy site, take a moment and answer this fundamental question: out of the nearly 240 million web sites that exist in the world, what makes yours worthy of some of the nearly 1.6 billion people who use the internet regularly to visit? Consider these: Do my visitors have an enjoyable experience on my website? What... [Read more]
Instructions on how to create some basic queries and inserts are here. At the completion of this tutorial you will be able create a page which will let people create usernames and passwords. First create a new .php file. You’ll need to create a basic form which posts to itself. The form needs to have 2 input text fields named “username”... [Read more]
Now we’re going to add in some functionality to your php. We’ll make a form which checks a person’s age then either redirects them to a different page, or displays an error message. First off is some html code for a form, the form will send via post method one variable for age. <form method=”post”>Age <input name=”age”... [Read more]
