Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
global.asa equilent for php apache
Name: rajoo_sh Date: February 17, 2006 at 21:31:51 Pacific OS: Linux CPU/Ram: P-III Product: Assembled
Comment:
hi!
i want to run php code when a user's session times out, automatically or explicitly by destroying the session, is there a way like ASP (global.asa) where we can write code on Session_End
Summary: on loading oscommerce page, i get this on screen 'FATAL ERROR: register_globals is disabled in php.ini, please enable it!' and then loading phpmyadmin i get this; 'cannot load mysql extension, please ...
Summary: My apologies; I placed it in WINNT, but I believe it only needs to be in the php folder. Did you edit your php.ini file? look for "doc_root" and change it to whatever yours is set for under apache loo...
Summary: When I test this code for php and mysql; <?php $link = mysql_connect('localhost', 'mysql_user', 'mysql_password'); if (!$link) { die('Could not connect: ' . mysql_error()); } echo 'Connected suc...