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...]