SORRY GUYS ... I just found the error in line 3.
I just don't get the point what's wrong with THIS:
Parse error: parse error, unexpected T_VARIABLE in d:\wampp13cs\htdocs\aaa\phpfile.php on line 5
The PHP file looks like this:
<?php
include("verbind.php")
$sql = 'DELETE FROM auftr_warten WHERE ID = 1';
if ($res = send_sql($db,$sql))
{
echo "Eintrag erfolgreich geloescht! <p>";
}
?>
Can ANYONE help??
Best regards
2flame