Christopher Myatt wrote:
> is there any way to do a *response.redirect* call like in asp from a
> php script?
PHP Manual => header function
http://www.php.net/manual/it/function.header.php
Es.
header("Location: http://www.yoursite.com/desturl.php";);
--
PHP General Mailing List (http://www.p
Alex Ciurea wrote:
> Hello,
>
> I have a linux-debian machine. I've installed the php-module for the
> apache web server, and I've realized that my php scripts (launced
> from console) doesn't work.
>
> What should I install in order to make working those php-scripts ?
To execute PHP scripts
2 matches
Mail list logo