Lee-Bartlett Posted November 8, 2008 Share Posted November 8, 2008 I have a database tables and one of my entries takes up alot of space, like 15 lines, and some of that information is irelevent for the user to see but helps me place a postion on a map. Is there a way to limit a table entry so the user can only see the first 5 numbers of it? Link to comment https://forums.phpfreaks.com/topic/131924-tables/ Share on other sites More sharing options...
Yesideez Posted November 8, 2008 Share Posted November 8, 2008 http://uk3.php.net/manual/en/function.substr.php $newstring=substr(string,0,5); Link to comment https://forums.phpfreaks.com/topic/131924-tables/#findComment-685360 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.