Hey,
I need to hide the URL to files that I link to. But I don't want to use this method:
header ("location: urltofile");
I wanna use some kind of Redirect that will send the URL to the client but will not write it on screen or in source.
Please help me out. Thanks