Hi all, firstly I am sorry if this has been asked before, I have had a look around google for the correct answer and I am still confused, so I am hoping a patient person can help.
I have not long started out in web design and went straight into building a company website for my work. All seems to be going well and I roughly what I set out to do apart from the following;
I have created a 'job page' on the site and I have linked to a 'details-page' showing more information about the vacancy.
On that page I have a section for 'Pay Rates' and I can not seem to get the 'echo' string to show the £ sign.
Now my database is UTF-8 aswell as my website and the vacancies table is also UTF-8, but still no luck.
I need to be able to show the £ sign as well as other signs.
Am I missing something or doing something incorrectly?
PLEASE NOTE: I am using XAMPP as a testing server and I am not that great at writing PHP code!!
Table structure for table vacancies
Column Type Null Default
id int(11) No
reference varchar(50) Yes NULL
title varchar(200) Yes NULL
location varchar(200) Yes NULL
employmentType varchar(200) Yes NULL
licenceType varchar(200) Yes NULL
description longtext Yes NULL
other longtext Yes NULL
payeRates text Yes NULL
ltdRates varchar(100) Yes NULL