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

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 getE

Re: [PHP] questions regarding PHP and Forms

2006-01-28 Thread Paul Goepfert
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 getEquipment () { var mylist = document.get

RE: [PHP] questions regarding PHP and Forms

2006-01-27 Thread Weber Sites LTD
Check out this list of code examples to help with #1 http://www.weberdev.com/AdvancedSearch.php?searchtype=title&search=validatio n Sincerely berber Visit the Weber Sites Today, To see where PHP might take you tomorrow. PHP code examples : http://www.weberdev.com Free Uptime Monitor : htt

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 th

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 do