robbyjb wrote:<?php
$connect = mysql_connect("localhost","robbyjb","");
$mysql_select_db("robbyjb", $link);
$query=mysql_query("SELECT * FROM 'psytrance' ", $link);
for ($i=0; $i < mysql_num_rows($query); $i++)
while($row = mysql_fetch_array($result))
{
echo$row["record"];
}
?>
I viewed the psytrance.myi form & .frm .myd using zend at there ftp site & they appeared to be there intact.
Hi my dear little friend!
1 Check your connection for yor database:
- Code: Select all
$connect = mysql_connect("localhost","robbyjb","");
if (!$connect)
{echo "Sorry"}
2 Read carefuly message about your
Warning
3 Read carefully
http://www.nelie.org/robbyjb/sql1.php
4 What is value of your variable $resultid?
5 And once more check your database, whats field in, and how you call this.
I'm not tell about yours mistake you need see self.
P.S.
If you don't want what your site hack before you write code do not use original database name, user and his password. some peaple can use this