Re: [PHP] Re: Pulling out string from a string

2004-05-04 Thread Justin Patrin
To: [EMAIL PROTECTED] Subject: [PHP] Re: Pulling out string from a string Ryan Schefke wrote: Can anyone help me with the code to pull out "clientxxx" from the below string: /tgwedding/users/client1/sites/testgrabid.php I use $PHP_SELF to get the directory structure of the page and sto

RE: [PHP] Re: Pulling out string from a string

2004-05-04 Thread Ryan Schefke
Original Message- From: Justin Patrin [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 5:43 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: Pulling out string from a string Ryan Schefke wrote: > Can anyone help me with the code to pull out "clientxxx" from the below > s

[PHP] Re: Pulling out string from a string

2004-05-04 Thread Justin Patrin
Ryan Schefke wrote: Can anyone help me with the code to pull out "clientxxx" from the below string: /tgwedding/users/client1/sites/testgrabid.php I use $PHP_SELF to get the directory structure of the page and store that string as a variable. Then, I want to pull out the string "clientxx", where "x