Hello! Today I want to creat a table in PHP,and my database system is Oracle system.How to do? In addition, how to use function putenv? Thanks for any answer!
Creating tables is SQL, not PHP. Just create an SQL statement to create a table in an Oracle database, and submit it to the php oracle functions. Check out the manual.
As for putenv, read the manual.