In a message dated 2/19/2003 8:44:53 PM Pacific Standard Time,
[EMAIL PROTECTED] writes:

>I have a problem here in array manipulations. I need an output like this
>from the queried data :
>
>"data1","data2","data3"
>
>Any idea how? thanx in advance

$string = '"'.implode('","',$testarray).'"';


Janet

------------------------------
Janet Valade
Author, PHP & MySQL for Dummies

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

Reply via email to