[PHP] text problem.

2002-04-29 Thread r
Greetings all, Special greetings to all my new PHP list pals, you know who you are. Sorry to be so mysterious in the subject line but i dont know how to explain this in one line. ever visit a site and you get this text (Or something like this...heheh) This morning shockingly Bill Gates claims

Re: [PHP] text problem.

2002-04-29 Thread Jason Wong
On Monday 29 April 2002 17:44, r wrote: Greetings all, Special greetings to all my new PHP list pals, you know who you are. Sorry to be so mysterious in the subject line but i dont know how to explain this in one line. ever visit a site and you get this text (Or something like

Re: [PHP] text problem.

2002-04-29 Thread Justin French
If you want to do it on a # of char's (the easiest), check out substr() in the manual. Otherwise, to break on a full word, this will do the job: Do your query as per usual, the below assumes your text thing is $fulltext. ? $fulltext = one two three four five six seven eight nine; // config

RE: [PHP] text problem.

2002-04-29 Thread John Holmes
. ---John Holmes... -Original Message- From: r [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 2:45 AM To: [EMAIL PROTECTED] Subject: [PHP] text problem. Greetings all, Special greetings to all my new PHP list pals, you know who you are. Sorry to be so mysterious