RE: [PHP] mysql split?

2003-06-27 Thread Carl Furst
D] Subject: [PHP] mysql split? Hi I have a field in mysql that has paths to files such as: project/entertainment/andrew/job/1.jpg project/corporate/roberts/job/1.jpg project/corporate/andrew/job/1.jpg project/identity/john/job/1.jpg The first level is always 'projects'. What I want to

Re: [PHP] mysql split?

2003-06-27 Thread Chris Sherwood
- From: "Andrew McCombe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003 9:16 AM Subject: Re: [PHP] mysql split? > Does mysql have an explode function? I suppose this is the wrong place to > ask... > > Andrew > > - Original Messa

Re: [PHP] mysql split?

2003-06-27 Thread Andrew McCombe
Does mysql have an explode function? I suppose this is the wrong place to ask... Andrew - Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "Andrew McCombe" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003

RE: [PHP] mysql split?

2003-06-27 Thread Jay Blanchard
use explode() -Original Message- From: Andrew McCombe [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 11:06 AM To: [EMAIL PROTECTED] Subject: [PHP] mysql split? Hi I have a field in mysql that has paths to files such as: project/entertainment/andrew/job/1.jpg project/corporate

[PHP] mysql split?

2003-06-27 Thread Andrew McCombe
Hi I have a field in mysql that has paths to files such as: project/entertainment/andrew/job/1.jpg project/corporate/roberts/job/1.jpg project/corporate/andrew/job/1.jpg project/identity/john/job/1.jpg The first level is always 'projects'. What I want to do is get the unique name for the 3rd le