![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: displaying first 50 characters of a mysql text field?
From: David Haynes <david.haynes2@sympatico.ca>
Date: Sun Oct 23 2005 - 02:56:26 CEST
phpuser32423 wrote:
$str50 = substr($mystring, 0, 50);
-david-
|