MySQL Forums
Forum List  »  Stored Procedures

Re: PHP mysql stored procedure execution problem
Posted by: Andrew Gilfrin
Date: August 13, 2005 05:03AM

MySQL 4.1 does not support stored procedures, they are only available from 5.0.1 and up.

I think you can use MySQLi with version 4 of php but it needs to be specifically compiled. You need to check out the PHP website.

http://uk.php.net/manual/en/ref.mysqli.php

Andrew Gilfrin
------------------
http://gilfster.blogspot.com
My MySQL related Blog

http://www.mysqldevelopment.com
MySQL Stored Procedure,Trigger, View.... (Just about most things these days) Information

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: PHP mysql stored procedure execution problem
3017
August 13, 2005 05:03AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.