Question:
php form help?
lana254
2008-02-26 02:43:16 UTC
I WAS WONDERING IF ANYONE COULD GIVE ME SOME LINKS TO SOME REALLY GOOD STEP BY STEP VIDEO TUTORIALS ON PHP FORMS. NOTHING THAT GOES BY SO FAST YOU CANT UNDERSTAND ANYTHING.

I AM TRYING TO LEARN FORMS FROM THE BEGINING... SO EVEN IF YOU CAN TELL ME SOME IDEAS ON WHAT TO DO THAT WOULD HELP TOO!
Three answers:
cowgod14
2008-02-26 04:13:43 UTC
PHP forms: http://www.w3schools.com/php/php_forms.asp



You should really use Javascript for form validation so that the form can be validated on the client computer before it gets sent to your server and handled by PHP.



Javascript is a client-side language, and PHP is a server-side language. This means that PHP can output Javascript, which then can be used by the client with no problems. It's pretty cool.



For Javascript form validation, see http://www.tizag.com/javascriptT/javascriptform.php . I was using this page yesterday, but it might not have all the information you need. It was enough to fill in some of the details I couldn't remember from the last time I created a form.
hank b
2008-03-01 04:01:59 UTC
The best beginner PHP videos were created by www.3dbuzz.com in 2004. They may seem old, but nothing has rivaled them.



There are 19 avi videos, each between 10 and 30 minutes that take you through the process of setting up an apache web server, installing php and mysql, and creating a shout page and stat tracker (using numerous forms).



The videos are still available for free from the 3dbuzz website, but you have to register for an account.



Here are the steps to getting the videos from 3dbuzz:

1. go to http://www.3dbuzz.com

2. click "register" on the upper right hand and create an account.

3. After you're logged in, click on the link in the header for "Video Training".

4. Agree to the license.

5. Search for PHP & MySQL Integration

6. Download!



[I do not recommend the following approach]:

The videos are also available from tpb - I am reluctant to provide a link for fear of advocating a less-than-pure approach, but if you must use tpb (and if you know what it is), search for something that looks like this:

Video > Other "php video tutorials" 08-10 2005 406.64 MiB

(Note the file size: 406mb when you're trying to figure out which file it is!)
Daniel B
2008-02-28 23:01:22 UTC
go to www.youtube.com and search for PHP form tutorials



you will get a ton of good videos


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...