| Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 Path : /home/u901718425/public_html/php/ |
| Current File : /home/u901718425/public_html/php/createtable_sql_v2.php |
<?php
include("../panel/globale.php");
echo $db->createtable_sql_v2($_POST['table'],(isset($_POST['sql'])?$_POST['sql']:NULL),(isset($_POST['avoid'])?$_POST['avoid']:NULL),(isset($_POST['buttons'])?$_POST['buttons']:NULL),(isset($_POST['delName'])?$_POST['delName']:NULL),(isset($_POST['colum'])?$_POST['colum']:NULL));
?>