but I'm getting the following error:
"syntax error, unexpected double-quote mark, expecting "-" or identifier or variable or number"
Can you help me figure out what's the problem in the code?
Code:
if($_SERVER["REQUEST_METHOD"] == "POST"){ $ID=mysqli_real_escape_string($con, $_GET['ID']);