Site Admin
Joined: 13 Jul 2003 |
Posts: 8344 |
|
|
|
Posted: Mon Mar 15, 2004 2:44 pm |
|
|
|
|
|
Quote: | Shouldn't the global variables stay set when going between different php pages:?: In all my php pages I have 'Session_Start();'. |
should not.
see http://www.php.net/session for further details.
Quote: | Also what does below timeout parameter mean?
; Maximum time (in secondes) for connect timeout. -1 means no limimt
mysql.connect_timeout = 60 |
see http://www.php.net/manual/en/ref.mysql.php
see php manual for descriptions for all the settings in php.ini
|
|