In this tutorial I show you how to make a registration form that registers people.
Posts Tagged ‘get’
PHP Tutorials: Dynamic Pages (Part 3/3)
August 17th, 2011
phpmoz Load files into a content area dynamically using $_GET (eg index.php?p=contactus) WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorials: Dynamic Pages (Part 2/3)
August 9th, 2011
phpmoz Load files into a content area dynamically using $_GET (eg index.php?p=contactus) WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorials: Form Data Display and Security
July 30th, 2011
phpmoz Display form data correctly (without slashes being added!) and then ensure you keep this properly displayed data secure with the htmlentities function.
Ajax Tutorial : Post to PHP File XMLHttpRequest Object Return Data Javascript
July 18th, 2011
phpmoz Script: www.developphp.com Learn to program the javascript XMLHttpRequest Object to easily send Ajax HTTP requests to your PHP parsing scripts, and get return data from submitted forms or any type of interaction that takes place on your website.
jQuery Basics: An Introduction to jQuery
July 13th, 2011
phpmoz An introduction to the jQuery JavaScript library. jQuery allows you to animate HTML pages, perform AJAX and much more. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorials: Dynamic Pages (Part 1/3)
June 14th, 2011
phpmoz Load files into a content area dynamically using $_GET (eg index.php?p=contactus) WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorial Learn Array Programming for User Agent Script : Get Browser and OS
November 9th, 2010
phpmoz Learn how to program arrays in PHP at a basic enough level to make an efficient user agent sniff script. We use a foreach loop to run the evaluation needed for finding a match in the user agent string. Adam is using Notepad++ for code editing in this video.
PHP & MySQL Tutorial 11: Extending a Basic Blog: Part 1
July 1st, 2010
phpmoz This tutorial goes over an inner join SQL query and extending the basic blog from tutorial 10 to have a link to a single-post page. First of all, I am basing this tutorial on the last tutorial(10), which established a basic blog. Here we are going to compound the original statement, and make a link in the main blog to post pages where it shows only the post, and possibly more content in the future. Make sure to see Part 2 and 3!
PHP Basics: GET variable
May 8th, 2010
phpmoz Used for passing variables between pages on the submission of forms or manual entry in the URL (address) bar of your browser.

Posted in
Tags:

