Re: [PHP-INST] Simple .php page redirect

2001-09-19 Thread Dave Hess
You can also use a meta tag inside the tags of your page. Put the following lines in your code: /mypage.php becomes the page you want to redirect your users to. The number after 'content=' is the number of seconds the page will wait before moving to the next page. Using '0' for that value ma

Re: [PHP-INST] Re: PHP on WinNT + IIS4

2001-09-19 Thread Greg
Hey, I know this was awhile ago, but I managed to break it again. I'm getting the "cgi error" that says there is no output from the program. I've set it as "script engine" and "check file exists" for ".php" and the exe name is correct (it gives a different error otherwise). I tried doing php.ex

Re: [PHP-INST] Install problems, re libphp4.so and libpq.so.2 on RH7.0

2001-09-19 Thread Rasmus Lerdorf
Install that library. Probably in postgresql-devel rpm somewhere. -Rasmus On Wed, 19 Sep 2001, Eric D Nielsen wrote: > I've been setting up a new RH 7.0 Linux machine. I installed the current > Apache, got it to work for static pages. Tried to install PHP 4.0.6, got > through configure (--wi

php-install Digest 19 Sep 2001 21:43:11 -0000 Issue 466

2001-09-19 Thread php-install-digest-help
php-install Digest 19 Sep 2001 21:43:11 - Issue 466 Topics (messages 4345 through 4347): Re: Compile Errors and Warnings 4345 by: Jani Taskinen PDFlib 4.01 on SCO Unix 4346 by: Paul Gardiner Install problems, re libphp4.so and libpq.so.2 on RH 7.0 4347 by: Eri

[PHP-INST] Install problems, re libphp4.so and libpq.so.2 on RH 7.0

2001-09-19 Thread Eric D Nielsen
I've been setting up a new RH 7.0 Linux machine. I installed the current Apache, got it to work for static pages. Tried to install PHP 4.0.6, got through configure (--with-apxs --with-pgsql=blah --enable-trans-sis) / make/make install with no problems. checked out the httpd.conf file, nothing

[PHP-INST] PDFlib 4.01 on SCO Unix ????

2001-09-19 Thread Paul Gardiner
Just a quickie, Anyone had any luck compiling PDFlib 4.0.1 on a SCO 5.0.x Box. I've had a quick play with different combinations and am using --with-pdflib=/usr/local in the PHP configure but no joy at the mo. Getting the 'Something must be broken' line. Error in debug.log: gcc -o conftest -g -O

php-install Digest 19 Sep 2001 08:01:09 -0000 Issue 465

2001-09-19 Thread php-install-digest-help
php-install Digest 19 Sep 2001 08:01:09 - Issue 465 Topics (messages 4337 through 4344): Re: where is build info stored? 4337 by: Rasmus Lerdorf 4338 by: Steve Cayford PDFlib 4.0.1 and PHP 4.0.6 - success! 4339 by: Steve Cayford 4340 by: Rasmus Lerdorf

[PHP-INST] shebang appearing!

2001-09-19 Thread Jack
Hi! I want php as a cgi, so that I can call it both from a shell command line and from apache server. So I need to mention the shebang (#!/usr/local/bin/php) at the top of my scripts. I've used php installer proposed by php.net and it works fine except that when I call from apache, the shebang ap