Rommeo Posted June 20, 2008 Share Posted June 20, 2008 Hi i m new at php programming and trying to build my own web-site, and i m using links like " www.xxx.com/index.php?page=aboutmyreferences", instead of this i wanna use it like ; " www.xxx.com/index.php?page=about+my+references " or " www.xxx.com/index.php?page=about_my_references " There is also a field at my mySql that keeps the name it like "about my references" but it does not work. When it's "aboutmyreferences" ( i mean when i enter it -aboutmyreferences- ) it's working, but with spaces it does not work. How can i use it like this ? Also ; Is it useful ? I thought it's good for search engines isnt it ? Thanx in advance. Link to comment https://forums.phpfreaks.com/topic/111118-hot-links/ Share on other sites More sharing options...
ober Posted June 20, 2008 Share Posted June 20, 2008 Search google for mod_rewrite. And you cannot have spaces in a URL. Link to comment https://forums.phpfreaks.com/topic/111118-hot-links/#findComment-570236 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.