> When connecting to a db, on the mysql_query, do you have to put the > $connection value in the query?
The last db-handle created by mysql_connect() will be used by default with mysql_query(). Might not work if mysql_connect() and mysql_query() are in different files which get included. Write a class where you put everything in. Solves every problem easily (if you know oop). Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
