[PHP] Re: mysql_select_db returned access denied error...

2004-06-09 Thread coopster
The Access Privelege and User Account links from here should help tremendously: http://dev.mysql.com/doc/mysql/en/Post-installation.html http://dev.mysql.com/doc/mysql/en/GRANT.html Scott Fletcher wrote: Hi! When I use the mysql_connect(), it was connected successfully. The next step I need

Re: [PHP] Session Garbage Collection (session.gc_maxlifetime)

2004-06-09 Thread coopster
itive documentation on this particular subject, PHP garbage collection on shared servers? Marek Kilimajer wrote: coopster wrote: Do I need to change the session.save_path directive for each virtual host to use their own directory other than the system and/or PHP default (/tmp) in order to effect

[PHP] Re: MySQL equivalent for odbc_result_all()???????

2004-06-09 Thread coopster
There is an example in the User Contributed Notes on the odbc_result_all() function page. Scott Fletcher wrote: I noticed there is no MySQL equivalent for odbc_result_all(), so it meant I had to make a user-defined function from scratch. That part, I haven't been able to do very well. Does anyo

[PHP] Session Garbage Collection (session.gc_maxlifetime)

2004-06-05 Thread coopster
reads, but none that answers the question. Regards, coopster -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php