Re: [PHP] Concatenate PHP code into a string
> Dear List, > How can I include a dynamically generated array: > e.g. for($i=0; $i { $cols[$i]= mysql_field_name($fields,$i); } > > into a MySQL insert query of the type: -snip- /** {{{2 * create an INSERT or UPDATE query based on values of an associative array, * whe
[PHP] Concatenate PHP code into a string
Dear List, How can I include a dynamically generated array: e.g. for($i=0; $ihttp://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

