Hi
I tried this , it says no error... is it class.php?
Cheers!!!!
Dhansekar.G
http://www.php-web-developer.net/
Type: Posts; User: gdhanasekar; Keyword(s):
Hi
I tried this , it says no error... is it class.php?
Cheers!!!!
Dhansekar.G
http://www.php-web-developer.net/
Hi try this code
$string_to_parse="word1 word2";
$parsedarr=explode(" ",$string_to_parse);
print_r($parsedarr);
Cheers!!!
gdhansekar
http://www.php-web-developer.net/