How to use oracle sequence.nextval in PHP webservice?
We get sequence in asp.net using query "select seq.nextval from dual" but i want to use that in PHP webservice also,is it possible to use oracle sequence in PHP webservice? Can you help me on that?
PHP code provided for connecting to Oracle database and running author's query. Assist points for helpful comments regarding the connection. Split points.