Hi
I've got a site on shared hosting with a mysql server
what's the best way of being absolutely 100% sure that data gets inserted ?
If, for some reason the server query times-out because of heavy server load or something, is there a way of re-sending the query until I'm sure it's been inserted ?
the reason I'm asking is that occasionally a product order doesn't get inserted - I'm currently reviewing and re-working all the code to try to make it more fail-safe but I'd also like to implement some code to rule out any possibility of it coming from the server.
I thought maybe of getting the code to send an email if an INSERT query fails - could this be a bad idea for any reason ?
thanks