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: 304
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