Re: [PHP] questions regarding PHP and Forms

2006-01-28 Thread Paul Goepfert
: Paul Goepfert [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 9:28 PM To: php-general@lists.php.net Subject: [PHP] questions regarding PHP and Forms Hi all, I am writing my first website in php. I have a few questions. 1) I need to do vaildation on form values that I have entered

Re: [PHP] questions regarding PHP and Forms

2006-01-28 Thread Miles Thompson
At 05:39 PM 1/28/2006, Paul Goepfert wrote: Thanks for the help everyone. I have decided to use javascript to deal with my second problem. I understand that this is not a JavaScript fourm but I am having some trouble getting my JS function to work correctly. Here is my JS code. function

Re: [PHP] questions regarding PHP and Forms

2006-01-28 Thread chris smith
Hi, I missed the start of the thread but it may be because you have a space in rowing machine for the option. Try rowing_machine or rowingmachine and see what happens. (check your javascript console - in firefox type 'javascript:' in the address bar without the quotes). On 1/29/06, Miles

[PHP] questions regarding PHP and Forms

2006-01-27 Thread Paul Goepfert
Hi all, I am writing my first website in php. I have a few questions. 1) I need to do vaildation on form values that I have entered into a form. Is there a way I can write the vaildation code on the same page as the form in php? 2) I have a drop down menu on one of my form fields. What I

Re: [PHP] questions regarding PHP and Forms

2006-01-27 Thread Jay Paulson
1) I need to do vaildation on form values that I have entered into a form. Is there a way I can write the vaildation code on the same page as the form in php? Yes there sure is. :) if (isset($submit)) { // data validation etc. } else { // display html form } 2) I have a drop down

Re: [PHP] questions regarding PHP and Forms

2006-01-27 Thread Austin Denyer
On Fri, 27 Jan 2006 12:28:07 -0700 Paul Goepfert [EMAIL PROTECTED] wrote: I am writing my first website in php. I have a few questions. 1) I need to do vaildation on form values that I have entered into a form. Is there a way I can write the vaildation code on the same page as the form

RE: [PHP] questions regarding PHP and Forms

2006-01-27 Thread Weber Sites LTD
: http://uptime.weberdev.com PHP content for your site : http://content.weber-sites.com -Original Message- From: Paul Goepfert [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 9:28 PM To: php-general@lists.php.net Subject: [PHP] questions regarding PHP and Forms Hi all, I am