; <[EMAIL PROTECTED]>; "MySQL List"
<[EMAIL PROTECTED]>
Sent: Friday, 30 May, 2003 09:59
Subject: Re: Limiting words...
Edward,
Thanks, this worked with the field, however it only works in the shell. I am
trying to make it work in a PHP page.
Here is my code, am I doin
> Becoming Digital
> www.becomingdigital.com
>
>
> - Original Message -
> From: "Adam Clauss" <[EMAIL PROTECTED]>
> To: "'Steve Marquez'" <[EMAIL PROTECTED]>; "'MySQL List'"
> <[EMAIL PROTECTED]>
> Sent: W
List'"
<[EMAIL PROTECTED]>
Sent: Wednesday, 28 May, 2003 22:07
Subject: RE: Limiting words...
Maybe this:
SUBSTRING_INDEX(str,delim,count)
Returns the substring from string str before count occurrences of the
delimiter delim. If count is positive, everything to the left of the final
de
ailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 28, 2003 8:49 PM
> To: MySQL List
> Subject: Limiting words...
>
>
> Hi all,
>
> I have articles that I wish to display on a site. They are
> contained in long
> text fields in a MySQL table.
>
> I would like t
Hi all,
I have articles that I wish to display on a site. They are contained in long
text fields in a MySQL table.
I would like to display the first 25 words in the article, then have a
"continued" link to the rest of the article on another page.
I am using PHP on my pages currently.
Anyone kn