Posted by peter on 04/07/07 04:14
>
> 1 other problem however if I remember correctly mysql_query can only
> handle 1 query at a time if you try more than 1 it will fail. I beleive
> mysqli_query can handle 2 however.
in fact just had a check and it seems mysqli_query cannot however
mysqli_multi_query is the function you would need to use however it is php 5
only.
Navigation:
[Reply to this message]
|