[RELEASE] Usefull SQL statements - for GM's

02/07/2011 00:29 patoringa#16
How to transform or execute this Stored Procedure in a simple php page?
02/07/2011 22:54 ProfNerwosol#17
Why would you want to do that? Stored procedure is there to do the work for you so you can use php to format the result ... and you don't want to run a stored procedure from a php script, but run a query. You call procedures from inside php and process the results.

This should help you start:
[Only registered and activated users can see links. Click Here To Register...]