Hello!I need help about this code
<? Header( "Location: http://mysite.info/video.php?id=myid" ); ?>
can someone help me please how to get id in that header?
i try this
<? Header( "Location: http://mysite.info/video.php?id=$id" ); ?>
but i get error in that code.Thank you in advance.