View Single Post
ישן 02-09-07, 06:28   # 5
Tomer
Whatever
 
Tomer's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 7,039
שלח הודעה באמצעות MSN אל Tomer Send a message via Skype™ to Tomer

Tomer לא מחובר  

PHP קוד:
$str "1,2,3";
$str explode(",",$str);


echo 
$str[0]; // return 1 
__________________
תומר
  Reply With Quote