buseferde ;
Warning: require(system/dispatcher.php) [function.require]: failed to open stream: No such file or directory in /home/ytizlen1/public_html/index.php on line 4
Fatal error: require() [function.require]: Failed opening required 'system/dispatcher.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ytizlen1/public_html/index.php on line 4
:/
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 09:16:01 -->-> Daha önceki mesaj 09:09:18 --
tmm bir önceki postakini halletim simdide sunu verdi ;
Parse error: syntax error, unexpected '[' in /home/ytizlen1/public_html/system/pageposts.php on line 30
$subject ="ytizlenim.com parola hatırlatma emaili";
$row = tableRows("select * from users where email='$email'")[0]; // burası
$password = $row["password"];
Aynı şeyi burada da yapacaksınız :
$row = tableRows("select * from users where email='$email'")[0]; // burasısatırını aşağıdaki şekilde değiştirin.
$row = tableRows("select * from users where email='$email'");
$row = $row[0];