For redirecting, you can use the PHP header() function like so :
header("Location: example.php");
That'll redirect to example.php
- 0 Users Found This Useful
For redirecting, you can use the PHP header() function like so :
header("Location: example.php");
That'll redirect to example.php
Well, try this.The official PHP web site as a lot of useful information: ...
Firstly figure out, on paper, exactly what you want to do. Otherwise, you'll just be coding...
Check out the "Program Execution functions" here :...
Yes. Let your CGI/SSI include from the urls on your other site. On yourother site you return...
If you have a text file that looks like this : john|orange|cow sam|green|goat...