Jump to content

[SOLVED] Multiple queries quickly


frost

Recommended Posts

Hi,

 

I have a script that runs multiple queries that update, insert and delete records from a database. They look something like this

 

$result=MYSQL_QUERY("INSERT blah blah

 

$result=MYSQL_QUERY("delete blah blah

 

$result=MYSQL_QUERY("UPDATE blah blah

 

I am just wondering if this is the best way to do this? Is there a faster method?

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/79432-solved-multiple-queries-quickly/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.