Likes Received By coches

  1. Alam liked coches's post in the thread Sending variable using HTTP_REFERER.

    if($action=="vua") { $msg="Hello $name"; header("Location: ".$HTTP_REFERER); exit(); } you should read about globals...

    Dec 27, 2007
  2. sunnyverma1984 liked coches's post in the thread php http header.

    <?php echo '<pre>'.print_r(get_headers('www.domain.com', 1)).'</pre>'; ?>

    Dec 26, 2007