How to call an Oracle function from within PHP ?
444499Aug 11 2005 — edited Aug 23 2005Hi,
I am new to PHP and Oracle.. and I need to call an oracle funtion.. I can call a procedure but for some reason I cant seem to call a function?
I wish to call: A function from a package..
$query = "BEGIN ORASSO.WWSSO_UTL.decrypt_ps_password('".$id."'); END;";
Any ideas.. basically what is the syntax to call a funtion from an oracle package within PHP??
Thanks and sorry for the newbie question.
Kind Regards
Sam