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

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -