You need to select the table name, and frankly, perhaps read up a bit more
on SQL in general.  You're second command is simply creating a string.  For
example,

"select 'this is an arbitrary string'" will return similar results.

You need to be form your query like this

select * from chrishallgren




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to