tyklazeu Posted February 19, 2010 Share Posted February 19, 2010 I have a problem with a search in a script. When i hit search it returns: http://www.site.com\/list.php So the red marked slash must NOT be there in order to make the search work i know that.... i search it and couldn`t find it anywere in phpcode of the script and of course i was unable to find what cause that slash to be there. Any suggestions & hints are welcome! Ty in advance! Link to comment https://forums.phpfreaks.com/topic/192638-mod_rewrite-or-htaccess/ Share on other sites More sharing options...
trq Posted February 19, 2010 Share Posted February 19, 2010 Assuming this data is stored within a database I would also assume that the data is being escaped incorrectly on the way into the database and ending up with extra slashes on it. A simple fix would be to use stripslashes when retrieving the data. A better option would be to make sure your data is escaped properly in the first place on the way into the database. Link to comment https://forums.phpfreaks.com/topic/192638-mod_rewrite-or-htaccess/#findComment-1015045 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.