Answers for "header("Location:"

PHP
3

redirect php

< ?php header("Location: http://www.redirect.to.url.com/"); ?>
Posted by: Guest on September-16-2020
1

php header redirect with parameters

$id_car = '2';
Header("Location: formUpdateCar.php?car=".$id_car);
Posted by: Guest on October-21-2020

Browse Popular Code Answers by Language