Would this be slower:
thanCode:SELECT * FROM `table` WHERE script_id = '$script_id' AND id = '$id'
ifCode:SELECT * FROM `table` WHERE id = '$id'was the indexing factor?Code:id
| SitePoint Sponsor |





Would this be slower:
thanCode:SELECT * FROM `table` WHERE script_id = '$script_id' AND id = '$id'
ifCode:SELECT * FROM `table` WHERE id = '$id'was the indexing factor?Code:id
Have a good day.
Bookmarks