RE: [PHP-DB] Breaking strings up

2002-01-14 Thread Rick Emery
$var = explode(",","120,120,122"); -Original Message- From: Thomas "omega" Henning [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 11:14 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Breaking strings up Hello, I saw here somewhere a functions

[PHP-DB] Breaking strings up

2002-01-14 Thread Thomas \"omega\" Henning
Hello, I saw here somewhere a functions that breakes up a string at a nother string like "120,120,122" and break up at "," and it would result $var[0]="120"; $var[1]="120"; $var[2]="122"; Thanks for the info -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR