I am completely new to PHP and have to learn it very quickly. I need to use PHP to generate a form document that picks html links based on five variables accesed through pull-down lists in the form. They may choose multiple criteria and the response needs to show up in a body frame next to the form. Can anyone give me a starting point, or any ideas of the coding I may need.
Thank you.
go to HotScripts and DevShed and read some tutorials on PHP. Better yet, buy a book. Beginning PHP4 from Wrox is damn good.
Come back if you have a concrete problem and some code. Have fun!
Dave
In addition, you'll probably want to look at using JavaScript to move the selected values to the other form instantly, as the user is making his/her selection. Good luck, as that is a pretty tall task!