Im trying to echo print a "£" before the price, where abouts would this need to go because ive tried a few ways and i keep getting errors
PHP Code:
Echo "<b>Price:</b> ".$info ['price'] . " <hr>";
and am i using the right method to display it?
"\ £s "\ or with the html syntax- "£"
|