Forum Moderators: open
Usually, I handle all the data processing part from PHP and load the data when they are ready, but stored procedures would be more secure and perhaps more efficient too.
I am developping an application to handle a relatively small volume of data (a few thousand rows in 20+ tables per database and a handful of users)
Does anyone know where I can find a good tutorial?