[PHP] PHP not using resolv.conf

2003-11-13 Thread Luke van Blerk
Hi Our PHP installation is not using the nameservers in resolv.conf but instead using the dns server on the hostname. Does anyone know why this is and how to change it? Thanks Luke -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Setting up PHP5 alongside PHP4 on apache

2003-11-04 Thread Luke van Blerk
ch PHP (on Windows that is). My machine is for development only but we'll be setting up PHP 5 on a live box soon for testing. - Luke "Eugene Lee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, Nov 04, 2003 at 10:30:39AM +0200, Luke van Blerk wrote:

[PHP] Setting up PHP5 alongside PHP4 on apache

2003-11-04 Thread Luke van Blerk
Hi everyone I'd like to set up PHP5 to parse php files with a .php5 extension on Apache 1.3.28. Anybody know how to do this? Regards Luke -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How do I run a command as root?

2002-12-02 Thread Luke van Blerk
Thanks for all the replys. I'll be checking out sudo. p.s I forgot to put 'in a script' "Luke Van Blerk" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi > > I'm trying to find out how to run a command

[PHP] How do I run a command as root?

2002-12-02 Thread Luke van Blerk
Hi I'm trying to find out how to run a command on the server as root. Does anybody know how to do this? Thanks Luke

[PHP] How do I run a command as root?

2002-12-02 Thread Luke van Blerk
Hi I'm trying to find out how to run a command on the server as root. Does anybody know how to do this? Thanks Luke -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Pear on Windows

2002-05-04 Thread Luke van Blerk
Hi Can someone please refer me to some information on how to install Pear on windows. The manual seems to cover unix only. Thanks Luke -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Ignore: unexpected T_ISSET

2002-05-03 Thread Luke van Blerk
Ignore this, I found the error but it was on line 20, not 8 like PHP told me. Anybody had that before? > Hi > > Does anybody know what this means : > > > Parse error: parse error, unexpected T_ISSET, expecting ',' or ';' in > c:\program files\nusphere\apache\htdocs\trusctravel\index2.php on line

[PHP] unexpected T_ISSET

2002-05-03 Thread Luke van Blerk
Hi Does anybody know what this means : Parse error: parse error, unexpected T_ISSET, expecting ',' or ';' in c:\program files\nusphere\apache\htdocs\trusctravel\index2.php on line 8 I've started using Apache on Windows 98 using PHP as a SAPI module. I was using Xitami but needed to use PHP_SE

[PHP] PEAR libraries

2002-04-11 Thread Luke van Blerk
Hi How do I go about downloading the PEAR libraries and making use of them? I'm new to PHP and am looking for some high-quality libraries to make use of to help me write applications. I looked at PHPLib but I was put off because it uses PHP3. And would you recommend using PEAR or perhaps any othe

Re: [PHP] Is While needed in MySQL Result with a Limit of 1

2002-04-10 Thread Luke van Blerk
No its not. mysql_fetch_array will return an array if a record is found or false if not. Regards Luke - Original Message - From: "Brian Drexler" <[EMAIL PROTECTED]> To: "Php-General@Lists. Php. Net" <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 1:58 PM Subject: [PHP] Is While need