![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
original mysql Ver 14.7 Distrib 4.1.22, for pc-linux-gnu (i686) using readline 4.3 php = PHP 5.3.8 (cli) (built: Nov 15 2011 16:44:23) new mysql version Ver 14.14 Distrib 5.1.54, for debian-linux-gnu (x86_64) using readline 6.2 ================================================== ======================================== snip over 400 lines of code web error message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'trigger=511235, grb_id='GRB 120106A', burst_ra='04:24:31', `burst_dec`='64:01:42' at line 1 HELP! thanks ahead of time. dmc |
#2
| |||
| |||
|
|
web error message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'trigger=511235, grb_id='GRB 120106A', burst_ra='04:24:31', `burst_dec`='64:01:42' at line 1 HELP! |
#3
| |||
| |||
|
|
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'trigger=511235, grb_id='GRB 120106A', burst_ra='04:24:31', `burst_dec`='64:01:42' at line 1 HELP! |
|
thanks ahead of time. dmc |
#4
| |||
| |||
|
|
web error message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'trigger=511235, grb_id='GRB 120106A', burst_ra='04:24:31', `burst_dec`='64:01:42' at line 1 HELP! I'm going to guess here that 'trigger' is now a keyword and that column name either needs to be changed, or used as `trigger` (note backquotes, not single quotes) in queries. New keywords are not uncommon in new versions of MySQL. |
![]() |
| Thread Tools | |
| Display Modes | |
| |