i want to include session for the above code
echo "<a href=\"../tube.php?yu=http%3A%2F%2Fwww.youtube.com%2Fwatch%3 Fv%3D'.$_GET['id'].'&b=Load">Continue</a>';
the code works well but when i insert my session which would be as
&sid=$sid
then the whole code if i combine both would be like this
but when i make it in that way it gives a white page can you help me with it? i want it with my session but when i insert the session it gives white page
echo "<a href=\"../tube.php?yu=http%3A%2F%2Fwww.youtube.com%2Fwatch%3 Fv%3D'.$_GET['id'].'&b=Load">Continue</a>';
the code works well but when i insert my session which would be as
&sid=$sid
then the whole code if i combine both would be like this
PHP Code:
echo "<a href=\"../youth.php?yu=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D'.$_GET['id'].'&b=Load&sid=$sid">Continue</a>';
Comment