PHP MySQL Tutorial
Learn PHP and MySQL

Comments: PHP Forms

PHP Forms

Sort by: Published Date | Most Recent | Most Useful
By: BrianNY Posted on 03-11-2009 8:57 AM

This relatively short article is a great tutorial on using forms in PHP.  It helped me enormously by showing me two real examples that worked in my home learning environment (WAMPSERVER).

You really explain each part of the programs well enough to follow and reason through without "beating it to death," or getting lost in the details so deep that one can't think straight.

Bottom line .. I now feel I know basic form definition and data retrieval.  I'll take it from here.  Thanks for getting me off the ground, making me feel comfortable with the coding.

By: Juan Carlos Posted on 03-23-2009 6:15 PM

Thanks BrianNY, it article is relly useful.  Can you write any similarity to it, but using a mysql database ??

Thanks!

By: peterv Posted on 07-02-2009 11:46 AM

Interesting article.  I'm a newbie to this stuff, so I'm not sure how these code snippets need to be put together to actually test them.  Any chance someone can add some notes on how to put these together to actually run them?

By: Magnus Posted on 08-13-2009 7:32 AM

Good article. Explains a lot.

If you have a small login form which calls a php script and that script opens a new full fledged login form, how can one assign variables from the script into the new full fledged login form. My idea is to generate a database call in the script to retrieve a user, and then add those fields to the login form.

Hope you can help

MAgnus

Powered by Community Server (Non-Commercial Edition), by Telligent Systems