hi everyone
i wrote a function in my postgresql database and now i want to call it from my php script, but i haven't found out how to do this. i tried
pg_exec($connection,"my_function(parameter)")
but it doesn't seem to work. i also searched manuals and this forum, but haven't found anything yet.
hope someone can help me... thanks!