Mary Adel wrote:> I am wondering how i can call stored procedure from php > If anyone can help it would great for me> Very small code snippet.
$sql = "SELECT my_func('para')";$Result = pg_query($sql);...
Regards
Russell Smith