retoto Posted March 25, 2008 Share Posted March 25, 2008 Hi this again me i have lil problem wan i try to build proxy checker i try to spilt ip and port with explode and I successful but here the problem the str get spacing like "80 " instead "80" i try to fix this with str_replace but nothing :\ some one get the answer for this ? thanks Link to comment https://forums.phpfreaks.com/topic/97809-lil-problem/ Share on other sites More sharing options...
trq Posted March 25, 2008 Share Posted March 25, 2008 Helps if you post your code. Link to comment https://forums.phpfreaks.com/topic/97809-lil-problem/#findComment-500423 Share on other sites More sharing options...
discomatt Posted March 25, 2008 Share Posted March 25, 2008 use the trim() function to remove spaces and linebreaks before/after your string. Link to comment https://forums.phpfreaks.com/topic/97809-lil-problem/#findComment-500446 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.