Hi,
        If I need to use data array like this
        $data_array = array (
                        array("text",1,2,3),
                        array("text",4,5,6),
                        array("text",7,8,9)
        );
        all array element are contain in my database.  How could I write PHP code 
to make this command on the fly?

SF


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to