Is there a php function to check if a string contains a certain kind of 
character and is there a function to split up a string?

e.g.
$data = "13_45"
I want to check if variable $data contains the character "_".
If that's the case I want to split the variable (array or seperate 
variables) so I've got a variable containing "13" and one containing "45".


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

Reply via email to