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.
Thanks BrianNY, it article is relly useful. Can you write any similarity to it, but using a mysql database ??
Thanks!
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?
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