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 - 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:
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
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