Quick Reference for PHP: Difference between revisions
Jump to navigation
Jump to search
New page: == Redirect with PHP == <? header('Location: http://members.robotz.com/'); ?> Category:Computer Technology Category:Programming Category:PHP |
No edit summary |
||
| Line 1: | Line 1: | ||
== Redirect with PHP == | == Redirect with PHP == | ||
See also: [[PHP Function Reference]] | |||
<? | <? | ||
Revision as of 11:10, 29 January 2014
Redirect with PHP
See also: PHP Function Reference
<?
header('Location: http://members.robotz.com/');
?>