getConn(); $textbox = $_GET['textbox']; $UserQuery = oci_parse($conn, $textbox); $reponseUser = oci_execute($UserQuery); echo 'Table créee';