Username:
Password:
Remember me:
Register
Back to the menu
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
Search forums via Google
0 Users appreciate this thread.
Sql trouble!!!
Started by
bulletQ
(2013-06-10 09:24:22)
angelrulez7
(2013-06-10 11:23:48)
You're using my code but you mucked it up.
<?if ($row['ban'] ==
'
1
'
){
echo "You are banned";}
else {
echo "Stuff";
}
?>
a
This topic is closed, so you can not post a comment.
This topic's ID: 47845
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
Total registered users:
8322
New registered users today:
8
Newest registered user:
Dolce21dsisBack
©  Copyright 2026 3DSPlaza. All Rights Reserved
You're using my code but you mucked it up.
<?if ($row['ban'] =='1'){
echo "You are banned";}
else {
echo "Stuff";
}
?>