On Tue, 19 Aug 2003 12:42:44 -0500
"Sean Meegan" <[EMAIL PROTECTED]> wrote:

> I have a table with a Longtext field in it.  This is a field which I would
> like to print out, but I only wish to print a couple of lines of data from
> this field for each record.
> 
> I'm using PHP with $row=mysql_fetch_row function and then printing out that
> row as one of of the fields.  
> 
> Can someone aid me with this?  
don't retreive all this text.
get some string from it using SUBSTRING() in MySQL.

---
WBR,
Antony Dovgal aka tony2001
[EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to