[PHP-WIN] Re: Subject: FOpen problems

2003-05-27 Thread WL
Neil Smith <[EMAIL PROTECTED]> said: > Have you put a line into the top of your code like : > > error_reporting(E_ALL) > > ? And if so, where are your errors being logged on the new server - > some log to stdout (the apache logfiles) some to the console (the web > browser) so if case (1) you may be

[PHP-WIN] Fatal Error???

2003-05-27 Thread Alejandro C. Garrammone
> Hi guys...I'm in trouble again...see if you can help me... > I get the following error when I run the following script. > Let me try to explain the code. I'm writing some code for an intranet web > page, I'm want to print to a printer some text but I'm wanted to be printed > centered. If the tex

Re: [PHP-WIN] RE: [personal] AW: [PHP-WIN] php.ini extension path

2003-05-27 Thread Alejandro C. Garrammone
There is not "c:\extensions\" is "c:\extensions" look...it's diferent Hope this helps, Alex - Original Message - From: "josh aldrich " <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 12:36 AM Subject: [PHP-WIN] RE: [personal] AW: [PHP-WIN] ph

Re: [PHP-WIN] RE: [php] [PHP-WIN] Re: extension path in php.ini

2003-05-27 Thread Alejandro C. Garrammone
Hey...josh...do u read the message I posted yesterday???. It works for Tobyso the must work with u either. - Original Message - From: "josh aldrich " <[EMAIL PROTECTED]> To: "'Cristian MARIN'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, May 26, 2003 9:58 PM Subject: [PHP-WIN

[PHP-WIN] Re: Subject: FOpen problems

2003-05-27 Thread Neil Smith
Have you put a line into the top of your code like : error_reporting(E_ALL) ? And if so, where are your errors being logged on the new server - some log to stdout (the apache logfiles) some to the console (the web browser) so if case (1) you may be getting error messages but not seeing them. C