I think this is not programming problem but something other.
I have:
str1.html
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<meta...
THANKS
Problem#1 not exist: in orginal source i have location not lacation.
Problem#2 not exist: in .htaccess i have AddType application/x-httpd-php .html
Any other ideas ?
Hi This is my first post.<br><br>I have script like:<br><br>index.html<br>{<br> if ($_GET[id]=="LOGIN") include("login.php");<br> if ($_GET[id]=="HOME") include("home.php");<br>}<br><br>home.php<br>{<br> echo"HOME;)";<br>}<br><br>login.php<br>{<br><br> if...