Server IP : 149.202.105.228 / Your IP : 216.73.216.18 Web Server : Apache System : Linux webm129.cluster030.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : atfycaf ( 116275) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/atfycaf/www/admin/ |
Upload File : |
<?php include 'globalVars.php'; $thisLang = str_replace("_", "", $_GET["tL"]); $autoIncrementQuery = mysqli_query($conn, "SELECT AUTO_INCREMENT FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = '". $dBase ."' AND TABLE_NAME = 'pagesModules_". $thisLang ."'"); $autoIncrementData = mysqli_fetch_assoc($autoIncrementQuery); $nextDivID = $autoIncrementData['AUTO_INCREMENT']; echo $nextDivID; ?>