>i was hoping that wouldn't cause any confusion, but i >guess it did. the
>thing to remember is that a query is a query. you know, >parts is parts.

oops stress and the fact that im sort of new at this stuff mixed me up...

$query="insert into table values(
'{$array['index1']['index2']}',
'{$array[index2']['index3']}',
//so on down the list
)";

if i understand the readable way right...

oh btw if you do something like that is it possible to insert comments in
the middle of a query like that without breaking it up (i.e. for huge
queries comment on what the variables are for)??

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

Reply via email to