If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Using stored procedures with Informix and PHP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-27-03, 18:39
hawkend hawkend is offline
Registered User
 
Join Date: Jul 2003
Posts: 1
Question Using stored procedures with Informix and PHP

Hi everybody,

I'm trying to use stored procedures with informix and PHP. So, I know how to run a stored procedure, but that is not the problem. Some stored procedures return values, and I have not been able to obtain the results.

I use it:

$db=ifx_connect($db_database, $db_username, $db_password);
$query="execute procedure formulario( ...... )";
$result = ifx_query($query,$db);

Thanks for any help


Hawkend

Last edited by hawkend; 07-27-03 at 18:43.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On