steviez Posted December 15, 2009 Share Posted December 15, 2009 How can you remove the first / off this url ( /home/members ) so it looks like home/members Thanks Link to comment https://forums.phpfreaks.com/topic/185228-remove-first-in-path/ Share on other sites More sharing options...
cags Posted December 15, 2009 Share Posted December 15, 2009 $path = ltrim($path, '/'); Link to comment https://forums.phpfreaks.com/topic/185228-remove-first-in-path/#findComment-977808 Share on other sites More sharing options...
steviez Posted December 15, 2009 Author Share Posted December 15, 2009 $path = ltrim($path, '/'); Thanks, Its nice to learn new things Link to comment https://forums.phpfreaks.com/topic/185228-remove-first-in-path/#findComment-977820 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.