Search results

  1. S

    chained drop down menu using either php or javascript?

    I am trying to create 2 different webpages with a question on each web page and a drop down menu where you can select how many points you want to use. What I need help with is when you answer the first question and select the number of points you want to use and click next question on the second...
  2. S

    For advance programers php help with chained drop down menu?

    I am trying to create 2 different webpages with a question on each web page and a drop down menu where you can select how many points you want to use. What I need help with is when you answer the first question and select the number of points you want to use and click next question on the second...
  3. S

    Why will my php not print output?

    Please help. I am trying to print out the input from the text box to the handle-data.php page. What ever name you enter it shows up on the handle-php screen HTML PART (with javascript) <form name="myform" name= "name" action="handle-data.php"> <a href="javascript: submitform()"</a> </form>...
  4. S

    Javascript submit button. want to add php to submit it to mysql database?

    How do i modify the submit button so that when you click submit answer it goes to mysql database. I know i would need to use something like PHP but do not know how to.. Here is my code what color is the grass? <input type = "text" id = "answer"> <input type = "button" id = "time"...
Back
Top