i created an stored procedure in interbase that returns 1 value (an unique id generated by a generator) how can i retrieve this value via PHP...in isql execute procedure procname ; works but i can't seem to find any docs on how to do this in PHP?
-chris