PHP stuff!!
Check out this php Oracle8 class. It makes connecting to, and using php3/4 with an Oracle8 database just that much easier… including a completely dynamic SQL function call that allows binding of host-variables that are determined at run-time!! Way sweet! To use, just do:
include “path/to/dbconn.inc”;
The methods are documented at the top of the file. Many thanks to my good buddy Shawn Andrews for his help in developing this little gem. =:)