php - Call stored procedure postgresql -


how possible call stored procedure in postgres php?

i'm trying don't work

$result= pg_query($conect, select name_function()); 

$result= pg_query($conect, "select name_function();"); 

you need pass string query..


Comments

Popular posts from this blog

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Checkbox item adds to spinner -

android - Go back to previous fragment -