StanleyDev
Member
- Nov 13, 2011
- 35
- 0
Im getting this error from a page im building: Parse error: syntax error, unexpected T_VARIABLE in C:\xampp\htdocs\llot.php on line 133
Line 133 =
so what could be causing this? and a fix?
Line 133 =
Code:
$db = "INSERT INTO `lottery` (`id`, `username`, `num`) VALUES ('$uid','$id','$finalnum');"