i run a source on my test linux with myql is ok, put it on
isp run is ok,but press the next page data is ok on my test linux
but on isp run is not data on next page
for an example:main file
when over the 5 item call page file then call $PHP_SELF?show=$vor , why i can't $link_ID because show Login Error¡@
.
.
.
<?
$link_ID = mysql_connect("localhost", "data","1234");
mysql_select_db("scan");
$str = "SELECT * FROM user
WHERE name='$name'
AND psd='$psd';";
$result = mysql_query($str, $link_ID);
$record = mysql_fetch_row($result);
if (empty($record)) :
?>
<?echo $name;?>
Login Error¡@<a href="logfrm.htm">Login</a>
<?else :?>
.
.
.for an example:page file
.
.
if (($show + $limit) < $total){
print "<a href=\"$PHP_SELF?show=$vor\">Next Page</a> ";
}
.
.
.
.
:o 🙁