<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Strona</title> </head> <body> <?php ?> <div id="page"> <center> Haslo: <input type="password" name="password" /> <input type="submit" name="submit" value="Wyslij" /> </form> </center> </div> </body> </html>
Wywala:
Kod
Parse error: syntax error, unexpected $end in /index.php on line 25
I nie mam pojęcia czemu
