PhoenixDown
Programmer
I have a file with variables:
I want to put a require statement on my php script but it shows up in the html. I absolutely know nothing about PHP and I'm trying to learn. My script (cp.php) is below:
PLEASE tell me what I'm doing wrong! Thank you very much! AIM: XCalvin1984
Email: calvin@puremadnezz.com
MSN: xcloud2000x@hotmail.com
Web Site: Yahoo Messenger: xcloud2000x
Contact me for any programming help and whatnot. I'll try my best to help!
Code:
$Somthing="123";
$Somthing2="123";
$Somthing3="123";
I want to put a require statement on my php script but it shows up in the html. I absolutely know nothing about PHP and I'm trying to learn. My script (cp.php) is below:
Code:
require ('Styles.php');
<html>
<head>
<title>Style Settings</title>
$HeaderInsert
</head>
<body bgcolor="$PageBackgroundColor" text="$TextColor" link="$LinkColor" alink="$ActiveLinkColor" vlink="$VisitedLinkColor" $ExtraBodyTag>
--HTML--
</body>
</html>
PLEASE tell me what I'm doing wrong! Thank you very much! AIM: XCalvin1984
Email: calvin@puremadnezz.com
MSN: xcloud2000x@hotmail.com
Web Site: Yahoo Messenger: xcloud2000x
Contact me for any programming help and whatnot. I'll try my best to help!