Page 1 of 1

First PHP form - Need guidance

Posted: Sun Jan 08, 2012 9:30 pm
by Red_Rain
Hey guys
New to PHP and programming in general. I am writing my first PHP form to spit out some "instant" answers based on user input. Basically, i want the form choices to change automatically(without page reload) depending on the choices made before it . I do not know AJAX or JS but if anyone is willing to help i would greatly appreciate it! Thanks in advance.

Re: First PHP form - Need guidance

Posted: Mon Jan 09, 2012 1:14 am
by Christopher
It is a detailed subject. You might want to search for tutorials about "ajax forms". Also, using a Javascript library like jQuery may make it much easier to do what you want.

Re: First PHP form - Need guidance

Posted: Mon Jan 09, 2012 5:28 pm
by Red_Rain
cool i appreciate the reply bro. Thanks!