/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//mysqli_xxx function inSql($value){ global $conn; return $value; } #echo inSql("testeando '"); //mysql_xxx function inSql($value){ global $conn; return $value; } #echo inSql("testeando '"); #Diferentes versiones de php: function inSql ($string) { global $conn, } elseif ($conn) { } else { return false; } }