PHP calling MySQL insert stored procedure -


We are new to using the procedures stored in MySQL and have created a test stored procedure, We have tested it in MySQL and it worked fine but we are having trouble working with PHP. We have the following code and when we run it we get the message "don" but the record has not been added

  include 'header.php'; & Lt; & Lt; & Lt; Sets access to DB $ name = "Richard"; $ Result = mysql_query ("call SPTestInsert ('$ name')"); Echo "finished";  

Any help appreciated

Thanks Rich


Comments

Popular posts from this blog

Folder list php -

objective c - How to open front/back camera at the same time in iOS developing? -

GO: Serve static pages -