hi
i want to hide my URL ..i.e when the user uses my application i dont want to show my url but i want to store another url
please do tell how to do tat
queenc -1 Junior Poster
Recommended Answers
Jump to PostProberbly you don't have access to the PHP.ini. If you just want to hide a file you can put it into a directory with a .htpasswd (a 403 pops up) and then read these files with PHP, eg
echo readfile("./forbidden/test.html");
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.