Topic awaiting preservation: problems inserting into MySQL table |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 01-30-2003 02:47
I have made a database called survey and a table called results. The results table has 7 fields: degree, relevance, level, convienence, recommend, add |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 01-30-2003 03:07
I think you need to make $link global in your function like so: |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 01-30-2003 04:27
added the changes . No luck. It's still broken. |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 01-30-2003 21:05
Try putting a mysql_error() in your die statement where you currently have ("wrong") and see what it tells you. |