So i\'m currently running a php website that pulls data from a mysql database. At the moment i have a column, we can call this \"views\" the numbers that are in this column are
Is this what you are looking for?
http://php.net/manual/pt_BR/function.number-format.php
number_format( $views, 0 , "." , "," );
No decimal places. Dot for decimal point, comma for thousands separator.