Answers for "display php variable in header html"

PHP
0

send var in header php

<?php
    $user = "batman";
    header("Location:temp.php?user=".$user);
    exit();
?>
Posted by: Guest on May-31-2021

Code answers related to "display php variable in header html"

Browse Popular Code Answers by Language