--- whoisquilty <[EMAIL PROTECTED]> wrote: > I've removed floor() and changed it to: > > $var = $_GET['var']; > > Now I get this...modified but still similar: > > 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 'WHERE begins = 'A'' at line > 4 > > I've tried the three different variations on the WHERE statement that you > suggested and > always get an error similar to above. > > Any other suggestions?
We like replies at the bottom of the messages. Does your table have suitable values for the "begins" column? If you print the $query variable, what does it show? James
