|
Posted by Rory McKinley on 06/02/05 14:42
Richard Davey wrote:
<snip>
>
> Sure.. mysql_query doesn't support more than one query in the sql
> statement.
>
<snip>
At the risk of being thick, does the OP not mean something like this:
INSERT INTO blah VALUES (value1, value2), (value3, value4)
versus
INSERT INTO blah
VALUES (value1, value2)
..... next iteration
INSERT INTO blah
VALUES (value3, value4)
Regards
Rory
Navigation:
[Reply to this message]
|