JoshuaLuke
Posting Freak
- Jan 29, 2012
- 529
- 51
Hi,
I'm trying to display something on my ME page which is only avalible for non-vip users. I have this code:
then I have the message, then after the message I have
but it's throwing me an error of
I'm trying to display something on my ME page which is only avalible for non-vip users. I have this code:
Code:
<?PHP
if(mysql_result(mysql_query("SELECT `vip` FROM `users` WHERE username='{username}'"), 0) == 1){
?>
Code:
<?PHP
}
?>
but it's throwing me an error of
Warning
: mysql_result() [
You must be registered for see links
]: Unable to jump to row 0 on MySQL result index 27 in
C:\xampp\htdocs\app\tpl\skins\Habbo\me.php
on line
165
How to fix?