Hi ALL, I want to hide my url-details from the address bar. when i am clicking in any hyperlink. how can i do it using php..... can anybody provide me it's code
.htaccess rewriting is the best and most used way to do it. http://check-these.info/mod_rewrite-basic.html
If you want a faster solution, use server query. Something like am doing on www.funtimes.us as you can see all links are on index.php, but I redirect to the appropriate page via PHP. Peace,