samedi 28 mai 2016

b4a -> php mysql error

hello i have a php mysql script

mysql.php:

Code:
  <?PHP
function connection()
{
$con = mysqli_connect(************);

mysqli_set_charset(
'utf8',$con);

return $con;
}

function my_sql_load_wert($tabelle, $index, $indexwert, $suche)
{
$con = connection();

$query = mysqli_query($con, "SELECT `".$suche."` FROM `".$tabelle."` WHERE `".$index."` = '".mysqli_real_escape_string($con,$indexwert)."'");...
b4a -> php mysql error

from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1P647an
via IFTTT

Aucun commentaire:

Enregistrer un commentaire