PHP Header location fails -
i have php file connects mysql database, finds path file , use header location point it. have issue though, instead of path puts /bin:/usr/bin.
what cause this?
this code:
header("location: http://example.com/".$path.".mp3");
Comments
Post a Comment