Posts Tagged ‘get’

PHP Tutorial 11 – Registering

In this tutorial I show you how to make a registration form that registers people.

PHP Tutorials: Dynamic Pages (Part 3/3)

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)

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

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

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

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)

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

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

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

Used for passing variables between pages on the submission of forms or manual entry in the URL (address) bar of your browser.