Forum Moderators: phranque
There must be some error in my script, but i can't figure out what it is. I used nearly an identical script on another page, and it worked just fine.
Any help anyone can offer would be greatly appreciated.
Thanks!
[edited by: tedster at 5:34 am (utc) on Nov. 8, 2007]
[edit reason] remove specifics [/edit]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
If not - it probably should.
Timo
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
This is not 100% needed. Yes it is good structure but honestly only if you want xhtml transitional. You would want to determine what your page is a label it accordingly.
Sounds to me like it's being read as text therefore displaying the code.
i usually use lwp-request for this but i thought others may benefit...