Re: [PHP] deleting characters from strings

2003-11-01 Thread David Otton
On Sat, 1 Nov 2003 11:25:09 -0600, you wrote: >I feel really stupid posting this but I can't seem to find the correct >syntax in the language guide. I have a string which has been progressively >built during a FOREACH loop through an array (a SELECT statement in which >the WHERE part is built with

Re: [PHP] deleting characters from strings

2003-11-01 Thread Tom Rogers
Hi, Sunday, November 2, 2003, 3:25:09 AM, you wrote: RK> I feel really stupid posting this but I can't seem to find the correct RK> syntax in the language guide. I have a string which has been progressively RK> built during a FOREACH loop through an array (a SELECT statement in which RK> the WHERE

Re: [PHP] deleting characters from strings

2003-11-01 Thread Marek Kilimajer
Look at substr Robb Kerr wrote: I feel really stupid posting this but I can't seem to find the correct syntax in the language guide. I have a string which has been progressively built during a FOREACH loop through an array (a SELECT statement in which the WHERE part is built with ORs from the arra

[PHP] deleting characters from strings

2003-11-01 Thread Robb Kerr
I feel really stupid posting this but I can't seem to find the correct syntax in the language guide. I have a string which has been progressively built during a FOREACH loop through an array (a SELECT statement in which the WHERE part is built with ORs from the array of entries). The final query wi