Glad it helps - be sure to also check implode() for the reverse action!

Bogdan

Oliver Witt wrote:
> Bogdan Stancescu schrieb:
> 
> 
>>You might want to take a look at explode() and array functions - I don't
>>understand exactly what you want ("I want this -- or that"), but those
>>will probably solve the problem, whatever that is specifically.
>>
>>Bogdan
>>
>>Oliver Witt wrote:
>>
>>>Hi,
>>>I have a problem that I don't know how to solve within php.
>>>I have the variable $x = "How are you today" and the variable $y. Now, I
>>>want the variable to be $y = "are you today" or $y = "you today". How do
>>>I do that?
>>>Thanks,
>>>Oliver
>>>
> 
> 
> Thanks, explode() is what i needed ^^
> Olli
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to