Richlilley Posted April 25, 2007 Share Posted April 25, 2007 Hello can anyone please tell me how to get the price to show with a £ sign at the beginning?? <? echo $row[Price]; ?> Thanks Richard Quote Link to comment Share on other sites More sharing options...
kenrbnsn Posted April 25, 2007 Share Posted April 25, 2007 You have to echo it. <?php echo '£' . $row['Price']; ?> Ken Quote Link to comment Share on other sites More sharing options...
Richlilley Posted April 25, 2007 Author Share Posted April 25, 2007 Great thank you do much still learning php!! Richard Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.