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.
First PHP form - Need guidance
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: First PHP form - Need guidance
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.
(#10850)
Re: First PHP form - Need guidance
cool i appreciate the reply bro. Thanks!