php-general | 2001072
Date: 07/31/01
- Next message: Matthew Loff: "RE: [PHP] Attitude of B van Ouwerkerk"
- Previous message: Robert Borden: "[PHP] ./buildconf error"
- In reply to: CGI GUY: "[PHP] dumb mysql_connect issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
on 7/31/01 4:10 PM, CGI GUY at cgi_guy1313 <email protected> wrote:
> Is there anything (add. parameters, etc.) that I'm
> missing that would possibly explain why the following
> code won't execute?
<snip>
>in FROM table_name.column_name1,table_name.column_name2
table_name.column_name1 is a column, but "FROM" expects a table.
try "select table_name.column_name1,table_name.column_name2
from table_name"
-- mike cullerton
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Matthew Loff: "RE: [PHP] Attitude of B van Ouwerkerk"
- Previous message: Robert Borden: "[PHP] ./buildconf error"
- In reply to: CGI GUY: "[PHP] dumb mysql_connect issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

