Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

KillerPHP Blog:
PHP Video: Processing Forms with PHP - part 2
Aug 29, 2006 @ 12:23:02

The KillerPHP Blog is back today with another video, this time it's part two of a very useful topic, expecially for those just learning PHP - processing forms with PHP from Stefan Mischook.

Having covered the basics of forms in the first video, I now jump into the actual PHP code and introduce (for the first time) a built-in PHP construct called 'Super Globals'.

We learn that Super Globals are associative arrays (that they hold lots of useful information,) that are automatically created by the PHP engine.

You can check out the video here.

tagged: video form processing part2 tutorial superglobals arrays video form processing part2 tutorial superglobals arrays

Link:

KillerPHP Blog:
PHP Video: Processing Forms with PHP - part 2
Aug 29, 2006 @ 12:23:02

The KillerPHP Blog is back today with another video, this time it's part two of a very useful topic, expecially for those just learning PHP - processing forms with PHP from Stefan Mischook.

Having covered the basics of forms in the first video, I now jump into the actual PHP code and introduce (for the first time) a built-in PHP construct called 'Super Globals'.

We learn that Super Globals are associative arrays (that they hold lots of useful information,) that are automatically created by the PHP engine.

You can check out the video here.

tagged: video form processing part2 tutorial superglobals arrays video form processing part2 tutorial superglobals arrays

Link:

WebReference.com:
How to Interact with Web Forms (Part 1)
Jan 18, 2006 @ 13:13:05

On WebReference.com today, there's this new tutorial with an introduction to getting PHP to interact with web forms.

HTML forms are one of the key ingredients of any dynamic website because they can enable the users of a site to interact with it. Otherwise, websites are more or less static:They may be driven by a database and, therefore, regularly changing, but they look the same for each and every visitor. HTML forms can change that; therefore, using data from forms from within PHP is very important.

They give examples of how to send data back to a script from a form, reading that data (using superglobals), and what data will be returned from each form element type. From there, they get into specifics like dealing with magic quotes and saving the form data into a cookie...

tagged: interact web forms superglobals types magic qutotes cookies interact web forms superglobals types magic qutotes cookies

Link:

WebReference.com:
How to Interact with Web Forms (Part 1)
Jan 18, 2006 @ 13:13:05

On WebReference.com today, there's this new tutorial with an introduction to getting PHP to interact with web forms.

HTML forms are one of the key ingredients of any dynamic website because they can enable the users of a site to interact with it. Otherwise, websites are more or less static:They may be driven by a database and, therefore, regularly changing, but they look the same for each and every visitor. HTML forms can change that; therefore, using data from forms from within PHP is very important.

They give examples of how to send data back to a script from a form, reading that data (using superglobals), and what data will be returned from each form element type. From there, they get into specifics like dealing with magic quotes and saving the form data into a cookie...

tagged: interact web forms superglobals types magic qutotes cookies interact web forms superglobals types magic qutotes cookies

Link:


Trending Topics: