[PHP] How to create link like this?

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

    [PHP] How to create link like this?

    .php?PHPSESSID=69772bdcc6e2c78d6c8563b5a9a627de&act=pic&pid=20023
    OR
    .php?ses=8m7-RObYTmtY01r,Kr,edBaA39e&act=read&pid=3161418
    Please give me for any help!
    Thank you a lot.
    Last edited by Moderators; 10.09.12, 04:35.

    #2
    Originally posted by Moderators View Post
    .php?PHPSESSID=69772bdcc6e2c78d6c8563b5a9a627de&act=pic&pid=20023
    OR
    .php?ses=8m7-RObYTmtY01r,Kr,edBaA39e&act=read&pid=3161418
    Please give me for any help!
    Thank you a lot.
    I wonder why you want to pass the sess in your url, while others want to remove it from there....

    anyway,,,, if you try disabling the cookies and try to access that page, you should see the URL like .php?PHPSESSID=69772bdcc6e2c78d6c8563b5a9a627de

    if not, try this way...

    url?<?=SID?>

    this should add the PHPSESSID to the url..


    I'm Proud to be a Sri Lankan!

    Comment

    Working...
    X