Hi I have setup a stored procedure via mysql and I am currently having trouble calling it via php to display the output. Could anyone help me, I have searched the internet but found various info that is confusing. Thanks
Some usefull php mysql functions: mysql_query mysql_result mysql_fetch_array mysql_fetch_assoc mysql_fetch_object mysql_fetch_row This documentation should answer all your questions.