>> any one here can help my problem?

Eventually.

>> (I 'am using hypermart.net hosting, so i am not sure which
>> php version that they
>> provided)

<?php phpinfo();?>

will tell you the version number, and a bazillion more things or varying 
importance.

>> $sqlshow = "SELECT * FROM $table ORDER BY id DESC LIMIT
>> $show, $maxshow";
>> $result = mysql_db_query($database, $sqlshow);
>>  
>> >>> produce: 1 is not a valid MySQL-Link resource in
>> /home/guestbook.php on line
>> 112
> 
> Where is your $database variable getting its value?

That's definitely your next step -- Figure out what the heck is in 
$database, and how it got there.

-- 
Like music?  http://l-i-e.com/artists.htm


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to