AW: [PHP-WIN] PHP 5 - Apache2 - mysqli class not found

2005-02-17 Thread Huebel, Jens
Hi David, i think its couse of the extension_dir... try this: extension_dir = "c:\php\ext" this works fine for me with mssql... I use IIS 6.0 but It should make no difference Jens -Ursprüngliche Nachricht- Von: Dave Adler [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 18. Februar 2005 02:

[PHP-WIN] PHP 5 - Apache2 - mysqli class not found

2005-02-17 Thread Dave Adler
I have an install of PHP 5 on Windows 2003 Server with Apache 2 and when I reference mysqli in my php code, I get an error that the mysqli class is not found. I looked at the php.ini file and I added a line for php_mysqli in the extensions section and I edited the extension_dir directive to poi

Re: [PHP-WIN] Re: Time limit in the script

2005-02-17 Thread Randy Clamons
Using Javascript, try this function: iTimerID = window.setTimeout(vCode, iMilliSeconds) Set iMilliSeconds to one hour (60*60*1000 = 360) vCode should call a function that submits the form for scoring. Something like "document.forms[0].submit()" should work, assuming there is only one form on