Add information through a stored procedure and PHP?

Posted by theband on Stack Overflow See other posts from Stack Overflow or by theband
Published on 2010-03-26T10:28:29Z Indexed on 2010/03/26 10:33 UTC
Read the original article Hit count: 381

Filed under:
|

I have a form which contains a lot of elements, my DB guy has generated an SP and now i need to call that stored procedure. My form has twenty elements, when i click on submit the data must be saved in database. I know how to do this on insert query, but how to call an SP and perform this operation.

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql