Likes Received By coches
-
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 -
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