How to Use Stored Procedure in PHP 5.1.4

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
DhanaSekaran
Forum Newbie
Posts: 1
Joined: Tue Aug 01, 2006 3:45 am

How to Use Stored Procedure in PHP 5.1.4

Post by DhanaSekaran »

Hi,
I am new to PHP. I have start learning PHP 5.1.4. Does anyone know how to use stored procedure in PHP 5.1.4?
I tried searching net but I didn't get any result.


Advanced thanks.
GM
Forum Contributor
Posts: 365
Joined: Wed Apr 26, 2006 4:19 am
Location: Italy

Post by GM »

Have you checked the Manual? That's where I learned it from.

It's not very difficult, but the manual will explain it better for you than I can.

EDIT: To be clear, I'm refering to the database manual.
Post Reply