I have a little question about calling oracle function from php page.
I have a table in my oracle database & it contain very big code of HTML.
I use a function call from the following command in Oracle:
exec common.get_left_menu_all
The question is: What should I do to call this function from a PHP page ??