Forum Moderators: coopster
I am new and my tech guy is unavailable for a couple of days. I need to learn a little of this stuff on my own. So I thought I would try to learn a little something while he is out of town.
I am trying to use a splash page to be used to promote the site. My guy left me the code but it works fine except that the referral id that should be pulled from the code is not working it just shows the code that should be doing the work.
I have tried to look at other pages and figure out what part of the code I messed up.
If someone who is familiar with PHP source code could take a look and tell me where to "fix" my mistake I would be very appreciative.
This is the code i an using.
<img src="http://www.example.com/images/members/7020/banner-1231264066.png">
<?php include("system.php"); ?>
<html>
<head>
<title>Strike Control Manual Traffic Exchange</title>
</head>
<body bgcolor="#000000">
<div align="center"><a href="http://example.com/?r=<?php echo $_GET['r']; ?> "><img src="http://example.com/images/copbullhorn.png" border="0"></a>
</div>
</html>
[edited by: eelixduppy at 3:29 am (utc) on Jan. 9, 2009]
[edit reason] exemplified [/edit]
Are you parsing this file as PHP?
Also, Welcome to WebmasterWorld! :)