Try the limit parameter of the explode function, www.php.net/explode.

André Sannerholt wrote:

Hi everyone!

Does anybody know how to "stop" an "explosion" of a string: Let me explain:

$variable_aray=explode('-', $variable);

I want the variable to be devided in only two other ones! If for example:

$variable="Willy-Brandt-Platz-5"

I want to have an array that looks like this:

$variable_array[0] should be "Willy"
$variable_array[1] should be "Brandt-Platz"


Regards


André







-- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.




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



Reply via email to