oracle + php: Persistent Database Connections

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
skabbit
Forum Newbie
Posts: 1
Joined: Sun Jul 16, 2006 1:19 pm

oracle + php: Persistent Database Connections

Post by skabbit »

i've got problem:
when script ends, PHP makes commit. i need to make commit in other (next) execution of my php script.
how can i do it?
Post Reply