The question is a fairly open one. I've been using Stored Procs with MS SQLServer for some time with classic ASP and ASP.net and love them, lots.
I do have a small amount of experience with PHP4 and mySQL, and previously when working with these was limited to in-line SQL.
I have a small hobby project I'm working on and for various reasons have gone the LAMP route.
Any hints/tricks/traps or good starting points to get into using stored procedures with mySQL & PHP5?
Yes my version of mySQL supports Stored Procedures so lets skip that trap!