[PHP] Q on echo phpinfo() ;

2003-07-05 Thread jsWalter
I ran this as a script from my Apache and it gave me a beautiful web page just full of wonderful information! But I have a question on just 1 item... Configuration File (piping) Path C:\WINNIT How does this value get set? My PHP is installed at 'G:\etc\php' My php.ini is there as well. The pa

Re: [PHP] Q on echo phpinfo() ;

2003-07-05 Thread jsWalter
"Philip Olson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > You may set the location of php.ini by using the PHPRC > environment variable or during ./configure use the > --with-config-file-path directive. So, I take it that this is a setting you use during compile time. So, to f

[PHP] Re: PHP and MYSQL

2003-07-07 Thread jsWalter
"Bob G" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Please help I am going quite mad. > ... The PHP.INI file is in the PHP directory. the php.ini in your PHP directory is useless It needs to be in 1 of 3 places... 1) the IIS root directory, meaning where IIS EXE is at, *n

[PHP] PHP and mod_perl

2003-07-17 Thread jsWalter
Anyone have any idea why I can't run PHP and mod_perl in the same web structure? I am getting this in my error log... [Thu Jul 17 14:02:07 2003] [error] 2508: ModPerl::Registry: Unterminated <> operator at G:/home/walter/htdocs/test.php line 1. This is my php file... "; ?> Any ideas

[PHP] php4apache2.dll

2003-07-17 Thread jsWalter
What part of phpinfo.php tells me that mod_php4 is loaded and running on my Apache2/PHP 4.3.2 Win 2k system? php.conf (apache conf): # Windows Win32 version LoadModule php4_module modules/php4apache2.dll LoadFile "/etc/php/php4ts.dll" NOTE: pls, no comments on the lack of volume letter,

Re: [PHP] php4apache2.dll

2003-07-17 Thread jsWalter
Well, thanks Even, but my post stated what my phpinfo() was telling me was loading. My question is how can I tell if mod_php is running? Thanks anyway. Walter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how can I get errors to display in a browser?

2003-08-03 Thread jsWalter
I have a test script, with deliberate errors. The broswer shows nothing, blank, empty. It used to show errors, now it does not. No idea what I did to turn it off. Can someone tell me hoew to turn it back on? In my php.ini file, it says... error_reporting = E_ALL I thought that was wha

[PHP] Re: how can I get errors to display in a browser?

2003-08-03 Thread jsWalter
"Comex" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > display_errors Bingo! thanks walter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] dev style guide

2003-08-05 Thread jsWalter
Is there a style guide for coding practices used when creating code to be shared with the community? Walter -- Ankh if you love Isis. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] dev style guide

2003-08-14 Thread jsWalter
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote jsWalter ([EMAIL PROTECTED]): > > Is there a style guide for coding practices used when creating code to be > > shared with the community? > > The rule is to code t

RE: [PHP] dev style guide

2003-08-14 Thread jsWalter
> -Original Message- > From: Chris W. Parker [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 05, 2003 4:33 PM > To: Jay Blanchard; Mike Migurski; jsWalter > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] dev style guide > Ahhh /Hungarian/ notation. Now that ma

[PHP] weird output on my Apache2, PHP 4.2.3 Win2k box...

2003-08-26 Thread jsWalter
Can someone tell me why all mt PHP generated HTML has this pre-pended to it? And how can I turn it off? Thanks Walter