Stop Microsoft

Miscellaneous => Programming & Networking => Topic started by: Canadian Lover on 20 March 2004, 21:24

Title: A little PHP help
Post by: Canadian Lover on 20 March 2004, 21:24
I can't seem to be able to print HTML with a value being pulled out of a database
 
quote:


Parse error: parse error, unexpected '>' in c:\apache\htdocs\index.php on line 30



Code: [Select]
Title: A little PHP help
Post by: flap on 20 March 2004, 21:41
where you have lines like

$row['title']

remove the quotes.