Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001072

Re: [PHP] dumb mysql_connect issue From: mike cullerton (php-l <email protected>)
Date: 07/31/01

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>