Hello, All
I want to know what is pros and cons between write application with stored procedures in php or with normal php queries.
Is necessary to write each query with stored procedures.
Which is the best way to create large application like any portal (ecom, travel, property etc.).
in which scenario use stored procedures or use normal php queries.