- Katılım
- 5 Kasım 2005
- Mesajlar
- 240
- Reaction score
- 0
bir php script kurarken şu hatayı verdi hata nerede bir türlü bulamadım hata şu
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/abccom/public_html/yeni/home.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/abccom/public_html/yeni/home.php:8) in /home/abccom/public_html/yeni/home.php on line 9
scriptteki 1 ile 10 uncu satırların arası da aynen böyle
<?
session_start();
include "ayar.php";
include "banner.php";
include "login2.php";
$tablo = "select * from users where login='$msql_sifre' and password='$msql_sifre2'";
$sorgu = mysql_query($tablo);
if (mysql_num_rows($sorgu) < 1 ) {
Header("Location: login.php");
yardımcı olabilirseniz sevinirim
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/abccom/public_html/yeni/home.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/abccom/public_html/yeni/home.php:8) in /home/abccom/public_html/yeni/home.php on line 9
scriptteki 1 ile 10 uncu satırların arası da aynen böyle
<?
session_start();
include "ayar.php";
include "banner.php";
include "login2.php";
$tablo = "select * from users where login='$msql_sifre' and password='$msql_sifre2'";
$sorgu = mysql_query($tablo);
if (mysql_num_rows($sorgu) < 1 ) {
Header("Location: login.php");
yardımcı olabilirseniz sevinirim