<?php include ('polacz.php'); $imie = $_POST['imie']; echo ' <form action="index.php" method="post"> <input name="imie" value="" /> <input type="submit" value="Wyslij" name="submit"/> </form> ' $zapytanie = "INSERT INTO `users` VALUES('$imie')"; ?>
Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in /home/beosky/public_html/index.php on line 12
W czym problem?