[PHP] installing php3 and php4 on the same server

2002-01-17 Thread Manu Verhaegen
Hi, We have installed apache 3 and PHP3, can we install PHP4 on the same server the we can use PHP3 and PHP4 Thanks,

Re: [PHP] installing php3 and php4 on the same server

2002-01-18 Thread Manu Verhaegen
. -Original Message- From: Manu Verhaegen [mailto:[EMAIL PROTECTED]] Sent: January 18, 2002 2:39 AM To: [EMAIL PROTECTED] Subject: [PHP] installing php3 and php4 on the same server Hi, We have installed apache 3 and PHP3, can we install PHP4 on the same server the we can use

[PHP] Installing PHP4

2002-01-18 Thread Manu Verhaegen
Hi, We have installed Apache 1.3.6 and PHP4 If we use phpscripts with the extention .php everiting will working fine, if we use .php3 this will not working Can you help my Greetings, Manu

Re: [PHP] Installing PHP4

2002-01-18 Thread Manu Verhaegen
Thanks, Evereting will working fine - Original Message - From: Neil Freeman [EMAIL PROTECTED] To: Manu Verhaegen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January 18, 2002 12:12 PM Subject: Re: [PHP] Installing PHP4 Open up your server's config file, eg httpd.conf

[PHP] php extentions problem

2002-02-12 Thread Manu Verhaegen
Hi, We have PowerBSD Virtual Server with apache and php4 We have the following files in the conf directory Access.conf( access file) httpd.conf(virtual hosts) magic mime.types srm.conf I have edit the srm.conf AddType application/x-httpd-php .phtml

[PHP] edit record in mysql and receive error

2002-03-20 Thread Manu Verhaegen
Hi, I have the following records in my table dnsDNS Record 1 : Login = company1 ip = 10.123.100.111 Record 2 : Login = company2 ip = 10.123.101.111 I want to update recordnumber 1 I receive error ?php $ip=10.10.9.100; $company=company1; $host=localhost;

[PHP] automatic check if MySQL is running

2002-04-09 Thread Manu Verhaegen
How can i check of MySQL is running, i want to do this with cronn. If MySQL is not running then i want to start it automatic. Greeting, Manu

[PHP] Images don't save

2002-04-18 Thread Manu Verhaegen
Hi, You can right click on a image on your browser and choose save. I want to disable this option, how can i do this Greetings, Manu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Fw: Java and php domainname validation

2002-08-16 Thread Manu Verhaegen
Hi, I have write a domain control function in php, the php function will working fine. I have create a simpel form with 2 textboxes and 1 button, i will put in this fields a domainname and the extention like yahoo com if i click on the button, then we want to validate the domainname and

[PHP] Java and php domainname validation

2002-08-16 Thread Manu Verhaegen
Hi, I have write a domain control function in php, the php function will working fine. I have create a simpel form with 2 textboxes and 1 button, i will put in this fields a domainname and the extention like yahoo com if i click on the button, then we want to validate the domainname and

[PHP] automatic forward URL to other URL

2001-12-03 Thread Manu Verhaegen
I want automatic forward URL (www.mydomain.com) to (www.mydomain2.com) If i type in my brower www.mydomain.com the i will see www.mydomain2.com Greetings, Manu

Re: [PHP] Statistic analyze for Apache log

2001-12-04 Thread Manu Verhaegen
You can use AWSTATS, it will working and it is very nice. Greetings, Manu - Original Message - From: Johan Holst Nielsen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 10:51 AM Subject: [PHP] Statistic analyze for Apache log Hi Anyone know a good PHP

[PHP] Drop Down Menu

2001-07-28 Thread Manu Verhaegen
I have the following question : if i make a selection in the drop down menu and click on submit button then the color will send to form2.php I want not click on the submit button i make a selection in the drop down menu then the color will send automatic to form2.php, how can I do this form

[PHP] GD library

2001-07-28 Thread Manu Verhaegen
I want to install the GD library for PHP I seek libpng and zlib and jpeg-6b can you help me Greetings, Manu Verhaegen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] Image

2001-07-29 Thread Manu Verhaegen
I have the following question : I have a picture of a floor and the dimention are W=500 H=375 I put this image on te screen by the following command img border=0 src=red.jpg WIDTH=500 HEIGHT=375 I want to make this picture smaller img border=0 src=red.jpg width=250 height=100 Now the

[PHP] chmod

2001-08-04 Thread Manu Verhaegen
I have the following question : I have a directory on my ftp server and i want give access to this directory by group (the name of the group is test) % ls % /ftp/test % chmod 070 test how can i do this Greetings, Manu -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] chmod

2001-08-05 Thread Manu Verhaegen
I have the following question : I have a directory on my ftp server and i want give access to this directory by usergroup ( the name of the group is test ) We have do the following : % vadduser user Configuration -- Username: test Password: test Fullname: test

[PHP] MySQL PRIVILEGES problem

2001-07-23 Thread Manu Verhaegen
Dear all, I have the following problem : I want change te root password for mysql and we receive the following error message ERROR 1064: parse error near 'FLUSH PRIVILEGES' at line 1 I login to my MySQL server and type the following commands shell mysql -u root mysql mysql UPDATE

[PHP] FTP

2001-07-26 Thread Manu Verhaegen
question : Can i make a FTP connection to other server and download a file? How can i do this Greetings, Manu Verhaegen