ksmatthews Posted May 1, 2008 Share Posted May 1, 2008 Hi All, I have a recurring problem with extra forward slashes ////. For example consider the address https://10.101.10.1/display_directory.php, after multiple invocations of this page I often end up with something like this - https://10.101.0.1////display_directory.php. This is more of a problem when working locally. The page does however display correctly. I am using sessions in the page Any advice would be appreciated, regards, Steven M Link to comment https://forums.phpfreaks.com/topic/103697-extra-slashes/ Share on other sites More sharing options...
miracle_potential Posted May 1, 2008 Share Posted May 1, 2008 By chance you've commented and debugged this? echo your address at each stage of the process see where the extras are coming from we'll need to see some code to help you out Link to comment https://forums.phpfreaks.com/topic/103697-extra-slashes/#findComment-530918 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.