Click to See Complete Forum and Search --> : stored procedure problem


barba negra
07-25-2003, 01:11 PM
hi,

i have a problem whit the data returnning the stored procedure, i don't understand how to get it.....

i am working with php and informix



help!!!!!!


bay

pyro
07-25-2003, 01:15 PM
I don't understand what you are asking. Can you explain/describe your problem better, please? Thanks...

barba negra
07-25-2003, 01:23 PM
i don't know how to capture data return for stored procedure??

php and informix


excume

I don't speak english!!!!


do you speak spanich?

bay

pyro
07-25-2003, 02:36 PM
No, I do not speak spanish, sorry.

Anyway, from what I understand of your question, you need to look into

$_POST (http://us4.php.net/manual/en/reserved.variables.php#reserved.variables.post) (if you are using the POST method with your form [recommended] )
$_GET (http://us4.php.net/manual/en/reserved.variables.php#reserved.variables.get) (if you are using the GET method with your form)
and
file() (http://us4.php.net/manual/en/function.file.php)