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
Title: Message
How do i redirect a
page to another HTM page in PHP???
Could anyone help
me...
regards
Karthik.R
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
_
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
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
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
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.