Quick Reference for PHP: Difference between revisions

From Free Knowledge Base- The DUCK Project
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 difference)

Revision as of 18:40, 23 May 2007

Redirect with PHP

<?
  header('Location: http://members.robotz.com/');
?>