how to redirect page if parameter set?

Posted by Ronnie Chester Lynwood on Stack Overflow See other posts from Stack Overflow or by Ronnie Chester Lynwood
Published on 2010-03-27T14:56:06Z Indexed on 2010/03/27 16:43 UTC
Read the original article Hit count: 265

Filed under:
|
|

hey i want to make a thing but i need some help.

ive got an index.php with codes. and i added "file" parameter to index.php. so i mean if "index.php?file=/folder/folder/picture.png" is set, go to file. if "file=" not set do not do anything.

I get "file" parameter with $_REQUEST thingy. please help thanks..

© Stack Overflow or respective owner

how to redirect page if parameter set?

Posted by Ronnie Chester Lynwood on Stack Overflow See other posts from Stack Overflow or by Ronnie Chester Lynwood
Published on 2010-03-27T15:24:59Z Indexed on 2010/03/27 15:33 UTC
Read the original article Hit count: 265

Filed under:
|
|

ey i want to make a thing but i need some help.

ive got an index.php with codes. and i added "file" parameter to index.php. so i mean if "index.php?file=/folder/folder/picture.png" is set, download file. if "file=" not set do not do anything.

I get "file" parameter with $_REQUEST thingy. please help thanks..

© Stack Overflow or respective owner

Related posts about php

Related posts about redirect