Ok so i have a form for people to submit information. that form has an onsubmit fetaure to execute a javascript. then it goes to the next page. on that next page is where it puts information into a mysql database. then its supposed to display that information ina printable form.
The page will enter information into the database but not display the data.
It used to display the data fine, then i added the insert statement and it stops.
heres the last line that gets executed:
return mysql_query($q,$conn);