Hello,
I am trying to echo $1299 from a database onto a wordpress page. However all I get is 99. I even used single quotes.
echo'.$phone.'
<a href="http://'.$website.'" rel="nofollow">'.$website.'</a>
'.$communication.'';
In the field communication, it echoes 99 for what is in the database as $1299.
Any ideas?