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

2001-12-22 Thread Lee Leahu
Try this example, it is easier and doesn't require Javascript on the client machine: http://www.somedomain.com/somepath/somefile.php";); ?> That's all you need! At 01:35 2001-09-17, you wrote: > > hello, > > it is very possible to redirect with just some html code... > > i.e. the locatio

php-install Digest 23 Dec 2001 02:12:09 -0000 Issue 614

2001-12-22 Thread php-install-digest-help
php-install Digest 23 Dec 2001 02:12:09 - Issue 614 Topics (messages 5369 through 5370): error: failed dependencies: libgd.so is needed but is installed 5369 by: Mrslik Re: Simple .php page redirect 5370 by: Lee Leahu Administrivia: To subscribe to the digest, e-mail:

[PHP-INST] Re: apache 1.3.22 doesn't parse php 4.1 on W2K

2001-12-22 Thread Serge Yatsenko
Hi, recently I had faced the same problem. Solution is: in httpd.conf: - >>after the line ClearModuleList >>add this... AddModule mod_php4.c -- Serge. "Robert Schulz" <[EMAIL PROTECTED]> wrote in message 11BC2791A87DD411A6090080C86B1F31331E06

[PHP-INST] Escaping Characters in PHP

2001-12-22 Thread James Sparenberg
All, I'm trying to escape characters in my text files such as ' " * etc. I know that the standard is to type something like Who\'s car is it? and the output should be Who's car is it. Unfortunately what I get is Who\'s car is it exactly as typed into the string. If I then input Who's car