First PHP form - Need guidance

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Red_Rain
Forum Newbie
Posts: 4
Joined: Sat Jan 07, 2012 2:19 pm

First PHP form - Need guidance

Post 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.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: First PHP form - Need guidance

Post 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.
(#10850)
Red_Rain
Forum Newbie
Posts: 4
Joined: Sat Jan 07, 2012 2:19 pm

Re: First PHP form - Need guidance

Post by Red_Rain »

cool i appreciate the reply bro. Thanks!
Post Reply