debug sql

This commit is contained in:
Gnieark 2015-12-05 20:27:13 +01:00
parent 5fc7e59850
commit 8283336127

View File

@ -52,9 +52,10 @@ switch($_POST['act']){
preg_replace('#^(http|https|mailto|ftp)://(([a-z0-9\/\.\?-_=\#@:~])*)#i','<a href="$1://$2">$1://$2</a>' preg_replace('#^(http|https|mailto|ftp)://(([a-z0-9\/\.\?-_=\#@:~])*)#i','<a href="$1://$2">$1://$2</a>'
,nl2br(htmlentities($_POST['botDescription']))) ,nl2br(htmlentities($_POST['botDescription'])))
)."', )."',
'1',
NOW(), NOW(),
'".$secret."')"; '".$secret."')";
echo $sql; // echo $sql;
$rs=mysqli_query($lnMysql,$sql); $rs=mysqli_query($lnMysql,$sql);
include __DIR__."/config.php"; include __DIR__."/config.php";