<?php
$db = new mysqli('localho st','root','',' felhasznalok');
if (isset($_POST['submit'])) {
$errors = array();
$true = true;
if (empty($_POST['username'])) {
$true = false;
array_push($err ors, "A felhasználónév üres!");
}
if (empty($_POST['password'])) {
$true = false;
array_push($err ors, "A jelszó üres!");
} ...
User Profile
Collapse
Profile Sidebar
Collapse
petipeti156
Last Activity: Apr 14 '18, 12:13 PM
Joined: Apr 14 '18
Location:
-
petipeti156 started a topic Parse error: syntax error, unexpected '$true' (T_VARIABLE) in C:\xampp\htdocs\downloain PHPParse error: syntax error, unexpected '$true' (T_VARIABLE) in C:\xampp\htdocs\downloa
Parse error: syntax error, unexpected '$true' (T_VARIABLE) in C:\xampp\htdocs \download\regis ter.php on line 19
No activity results to display
Show More
Leave a comment: