Jump to content

mod_rewrite or Htaccess?


tyklazeu

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.