$_GET['voteid']
Jeg sender værdien af 'voteid' ved hjælp af 'get' til en side, der starter sådan her:<?php require_once('Connections/looksinvogue.php');
$q = "UPDATE highend SET votes = votes + 1 WHERE id = $_GET['voteid']";
// Make the query:
$r = @mysqli_query ($dbc, $q); // Run the query.
?>
Jeg får denne fejlmeddelelse:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/dating8/public_html/vote3.php on line 2
På forhånd tak.
Mvh,
Christian