Re: [PHP-INSTALL] Redirection Problem

2004-09-23 Thread Jan Erik Goodwin Olsen
Title: Message Hi   You could try the following:       header("Location: http://www.php.net/"); ?>     - Goodwin - Original Message - From: Karthik To: [EMAIL PROTECTED] Sent: Friday, September 24, 2004 7:28 AM Subject: [PHP-INSTALL] Redirection

[PHP-INSTALL] Redirection Problem

2004-09-23 Thread Karthik
Title: Message How do i redirect a page to another HTM page in PHP???   Could anyone help me...     regards   Karthik.R        

[PHP-INSTALL] php on apache2 problem

2004-09-23 Thread M.Makar Azer
hello i was able to finish the installation of php5 on apache2 with mysql..now i am stock on the: cp -p php.ini-dis /usr/local/lib/php.ini what and where is php.ini? i am newb to php and linux so please don't get mad if its a dump question. thanks _

[PHP-INSTALL] cannot find mysql header files

2004-09-23 Thread M.Makar Azer
hello, i am compiling php with : ./configure --with=mysql and iam getting the following error checking for mysql support ...yes checking for specified loaction of the mysql unix socket ...no chekcing for mysql unix socket location.../var/lib/mysql/mysql.sock configure: error: cannot find mysql hea

[PHP-INSTALL] PHP 4.3.8

2004-09-23 Thread Matt Krause
Has anyone actually been successful compile this as a DSO with apache 1.3.31? I can't get it to work on a number of machines. It never (re)creates the libphp4.so file even though ./configure --with-apxs=/usr/local/apache/bin/apxs --with-ldap --with-mysql=/usr/local/mysql; make; make install report

[PHP-INSTALL] PHP 4.3.8

2004-09-23 Thread Matt Krause
Has anyone actually been successful compile this as a DSO with apache 1.3.31? I can't get it to work on a number of machines. It never (re)creates the libphp4.so file even though ./configure --with-apxs=/usr/local/apache/bin/apxs --with-ldap --with-mysql=/usr/local/mysql; make; make install report

[PHP-INSTALL] PHP5 with Apache and MySQL

2004-09-23 Thread Steven Apostolou
Hi Everyone, I tried unsuccesfully to install PHP5 on my OpenBSD 3.5 server running apache 1.3.31 and MySQL 4.0.20. ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/sbin/apxs make make install No problems there. A new LoadModule line is set in the httpd.conf file and an AddModule line.