So i'm trying to make something that will display an int value from the database for the user
but currently it will only display the number 0 even if I edit the database
any help even if minimal is appreciated!
but currently it will only display the number 0 even if I edit the database
PHP:
<p><center><img src="images/dynocoin.png" width="16" height="16" alt ="Dynocoins"> : </img><?php echo intval($dbRecord['coins'], ENT_QUOTES); ?></center></p>
any help even if minimal is appreciated!