Hya

First of all, sorry for my English
I have the latest version of PHP, MySQL and Apache. I tried to look for how to call a stored procedure from a PHP script.

<?php
   mysql_connect(HOST,USER,PASS);
   mysql_select_db(DB);
   $result = mysql_query( ????????? );
...

Is it works like this? Just call the SP as a single SQL instruction? I didnÂt get the idea... or I need to use another comand?
I tried to look in the PHP and MySQL documentation... didnÂt find.

Somebody help me, please!

Thanks!

Paul

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to