phpcoder
ROZDEL STRING PODLA ZNAKU BEZ POLA
list($user, $pass, $uid, $gid, $gecos, $home, $shell) = explode(":", $data);
//S POLOM
$pizza  = "piece1 piece2 piece3 piece4 piece5 piece6";
$pieces = explode(" ", $pizza);
echo $pieces[0]; // piece1
12 months ago

No replys yet!

It seems that this publication does not yet have any comments. In order to respond to this publication from phpcoder , click on at the bottom under it