Hlo
so i've been helping a friend and i got stuck somewhere.
What I want to actually do is if $user->points equals to 1000 it should show 1 at somewhere.
Code I tried:
This is pain. I know. This is pain as fuck. Like i know there is somewhat better way to do this but I don't know what.
I hope all those makes sense.
ty
berk aka bitch
so i've been helping a friend and i got stuck somewhere.
What I want to actually do is if $user->points equals to 1000 it should show 1 at somewhere.
Code I tried:
PHP:
<?php if($user->points == 1000) { echo "1"; }?>
This is pain. I know. This is pain as fuck. Like i know there is somewhat better way to do this but I don't know what.
I hope all those makes sense.
ty
berk aka bitch