Re: [PHP] windows 5.2.10 PHP not working with phpinfo

2009-08-30 Thread hack988 hack988
Please set log_error=on,error_reporting=E_ALL,error_log=syslog in php.ini and then,see error detail in syslog. 2009/8/31 Fred Silsbee : > I got 5.3 working but found out there was no php_mssql.dll for it. > Somebody (who didn;t know) said I had to return to 5.2.8 but I found no 5.2.8 > so I am tr

[PHP] Re: windows 5.2.10 PHP not working with phpinfo

2009-08-30 Thread Ralph Deffke
use wamp 2 !! http://www.wampserver.com/ no easier way under windows ralph_def...@yahoo.de "Fred Silsbee" wrote in message news:43633.64942...@web59909.mail.ac4.yahoo.com... I got 5.3 working but found out there was no php_mssql.dll for it. Somebody (who didn;t know) said I had to return to 5.2

[PHP] how to exact mys database record?

2009-08-30 Thread ann kok
Hi how to exact mys database record in virtual format? Thank you __ Connect with friends from any web browser - no download required. Try the new Yahoo! Canada Messenger for the Web BETA at http://ca.messenger.yahoo.com/web

[PHP] windows 5.2.10 PHP not working with phpinfo

2009-08-30 Thread Fred Silsbee
I got 5.3 working but found out there was no php_mssql.dll for it. Somebody (who didn;t know) said I had to return to 5.2.8 but I found no 5.2.8 so I am trying 5.2.10 _problem: under IE8: http://72.47.28.128:8080/phpinfo.php with: I get : The website

[PHP] Script sometimes not recognized as php

2009-08-30 Thread Rick Pasotto
I have several LAMP sites on my machine. Occasionally when accessing a page the browser says the document is of unknown type and wants to know what to do with it. I click on 'Cancel' and try the page again and this time it works as it should. Why would apache *sometimes* fail to interpret a php sc

[PHP] Re: After browser quit

2009-08-30 Thread O. Lavell
Wouter van Eekelen wrote: > After a little search it seems to be possible to do that within php, > see: > > http://nl.php.net/manual/en/function.register-shutdown-function.php > > This will call a function when the browser is stopped. No, it will certainly not. > Exactly what I needed! :) Than