Answers for "how to pass in values in header in php"

PHP
0

send var in header php

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

How to insert header in php

<!--Header builder BEGIN-->
<?php do_action('stm_hb', array('header' => 'transportation')); ?>
<!--Header builder END-->
Posted by: Guest on May-10-2021

Code answers related to "how to pass in values in header in php"

Browse Popular Code Answers by Language