Re: Limiting words...

2003-05-31 Thread Becoming Digital
; <[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

Re: Limiting words...

2003-05-31 Thread Steve Marquez
> Becoming Digital > www.becomingdigital.com > > > - Original Message - > From: "Adam Clauss" <[EMAIL PROTECTED]> > To: "'Steve Marquez'" <[EMAIL PROTECTED]>; "'MySQL List'" > <[EMAIL PROTECTED]> > Sent: W

Re: Limiting words...

2003-05-30 Thread Becoming Digital
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

RE: Limiting words...

2003-05-29 Thread Adam Clauss
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

Limiting words...

2003-05-29 Thread Steve Marquez
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