Reply
Thu 13 Apr, 2006 08:49 pm
How would I write an SQL statement for use in PHP, so that I can display a text field that may have thousands of characters in the record, but only output the first 50 characters of it to the web page?
Re: SQL question
Never mind, I figured it out. Needed to approach it from truncating the string length, it's not an SQL thing.