web_master Posted August 14, 2008 Share Posted August 14, 2008 Hi, I have another problem, Im reloading text from dBase, and text is look like this: SN I want to spend lots of time in this place. I want to look like this: I want to spend lots of time in this place. (without SN and space after) thanks Link to comment https://forums.phpfreaks.com/topic/119697-text-from-dbase-without-first-3-chars/ Share on other sites More sharing options...
effigy Posted August 14, 2008 Share Posted August 14, 2008 Does dBase use standard SQL? Look at its string functions. Link to comment https://forums.phpfreaks.com/topic/119697-text-from-dbase-without-first-3-chars/#findComment-616909 Share on other sites More sharing options...
UpcomingPhpDev Posted August 15, 2008 Share Posted August 15, 2008 Cant you just use http://uk3.php.net/substr substr(2, $Text); Link to comment https://forums.phpfreaks.com/topic/119697-text-from-dbase-without-first-3-chars/#findComment-617198 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.