I m getting dis error
Parse error: syntax error, unexpected '<' in/home/slowy77/public_html/story/index.phpon line10
here is code
<? echo'<?xml version="1.0"?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>';
print'<style type="text/css">';
include ("style.css");
print'</style>';
<title>Welcome</title>';
print'</head>
Parse error: syntax error, unexpected '<' in/home/slowy77/public_html/story/index.phpon line10
here is code
<? echo'<?xml version="1.0"?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>';
print'<style type="text/css">';
include ("style.css");
print'</style>';
<title>Welcome</title>';
print'</head>
Comment