I am developing web application the data in the database is like this
"
10 Functions
Touch Control
LCD display
Electric programmer with:
Minute minder,
automatic start
Automatic end of cooking
End cooking acoustic alarm
Additional Menu programmes:
Showroom mode Limited power
consumption mode
ECOlogic (nominal power < 2.3 kW)
Locking function (Child safety lock)
Electronic temperature control
Rapid pre-heating
Temperature range: 30-280 °C
Large 72 litres cavity (+ 35% volume)
5 cooking levels "
As you see the data in the DB is formatted each one in a line when i get the data from the DB using php and echo it it appear all as a paragraph not each data in a line ...and i want the data to be echoed like the above format what should i do?
$line
";` ? – Aitch Mar 16 '15 at 23:54