code not working, dont understand why
Posted: Tue Feb 17, 2004 12:59 am
Ok, i'm trying to crate a little scipt, if thats what you call a php page ?? new to this, that will load defult settings so i dont have to enter all the vlink stuff every single new page. i just type the file and it loads the settings; heres the code.
The Loading Code:
The page i call it from:
the page source looks like this:
also if anyone knows how to auto load the defults or an easier way to do it please give give
thanks
The Loading Code:
Code: Select all
<?php
echo "<body bgcolor='BLACK' text='GRAY' link='GRAY' vlink='GRAY' alink='GRAY'>";
?>Code: Select all
<?php
$call = include('call.php');
highlight_string("$call");
echo "testing";
echo "</body>";
?>whats up???<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<body bgcolor='BLACK' text='GRAY' link='GRAY' vlink='GRAY' alink='GRAY'></body>
</html>
<code><font color="#000000">
1</font>
</code>testing</body></body>
</html>
also if anyone knows how to auto load the defults or an easier way to do it please give give