This is really a two part post that deals with the Oracle Database and the PHP Code I'm trying to write. The Oracle DB was created by an Oracle DBA friend of mine, and it can be viewed here .
This has been modified a tad to add a couple of extra columns, the FIRST_NAME, LAST_NAME, and ACCESS_LEVEL. The password field is suppose to be for encrypted passwords done by $db_password = md5($password) type. The ACCESS_LEVEL should be a drop down menu with 5 different options (not sure how to do this)
The main problem at this point is that when I try to write the sql statement to insert the values into the columns nothing happens. The code for this is here .
Any help or suggestions would be greatly appreciated as I'm trying to learn PHP, and there really isn't that much help on the web or irc for PHP with an Oracle DB 🙁