PHP URL Redirect

header("location:http://www.domainName.com/index.html");
exit;
?>

  • 4 Users Found This Useful
Was this answer helpful?

Related Articles

Deprecated: Assigning the return value of new by reference is deprecated in PHP5.3

Fix – Deprecated: Assigning the return value of new by reference is deprecated in PHP5.3     I...

What is PHP?

  PHP is  generl-purpose server-side scripting lnguge originlly designed for web development to...

Creating your own php.ini

http://php.net/manual/en/function.error-reporting.php   Creating your own php.ini   In...

PHPMailer Tutorial

PHPMailer tutorial     Introduction    Requirements     About PHPMailer     PHPMailer Features...

Creating simple PHP contact form

In this tutorial create 2 files1. contact.php2. send_contact.phpStep1. Create file contact.php.2....