March 21, 200917 yr Hi all does any one know how to insert and display the euro sign into a mysql databace as i have tried € and € but it does not seem to work i get a square block insted sorry i dont have a link to the site as its in development and password protected thank you for any help
March 22, 200917 yr It's considered very bad database design to store these sort of values. This is something that you should be presenting on output. So you store 35.73 and display $echo "€".$row['tbl_cost']; or something along those lines.
Create an account or sign in to comment