help with inserting session

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    help with inserting session

    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

    &amp;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&amp;sid=$sid">Continue</a>'; 
    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
    Nice Effects

    #2
    no one can say anything without knowing the source code of the page of that url!
    Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

    Comment


      #3
      its youtube script ok in details.php it as it same youtube script which is posted in this coding talk i want to insert the session i know to insert it and i have done with other scripts but only this thing messes with me without session if i click continue it works but with session when i enter it gives a white page which means the session should be entered by another way or in a another format so there would be a way can you tell me how? or else simply can you tell me how to make equal a common code like example

      $items=tokengetvideo

      can i make it equal in that way? or can you tell me a sample equalizing code
      Nice Effects

      Comment


        #4
        PHP Code:
         echo '<a href="http://coding-talk.com/f14/youth.php?yu=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D'.$_GET['id'].'&b=Load&sid='.$sid.'">Continue</a>'

        Comment


          #5
          God bless you something else! God bless you thanks allot i wont forget your help thanks allllooootttt!
          Nice Effects

          Comment


            #6
            Include $sid = $_GET["sid"]; anywhere at the top of all links..Once only..
            My Blog: http://jhommark.blogspot.com
            My Facebook: http://www.facebook.com/jhommark
            My Official Site: http://www.undergroundweb.tk
            My Community Site: http://undergroundwap.xtreemhost.com

            Comment


              #7
              its already there killer eye i got the solution from some thing else but if it is possible also help me to
              Nice Effects

              Comment

              Working...
              X