Plz Help Me With This Code!

i keep getting an error…

[code]




Most Popular


<?php // Compare Array $compare = array("$abcSong", "$hypothermia", "$kitty", "$wee", "$schoolbus", "$robothero", "$kittycat", "$piehole", "$lobstermagnet", "$glassofwater", "$knoxreloaded", "$knoxreloaded2", "$knoxreloaded3", "$koxreloaded4", "$knoxreloaded5", "$knoxreloaded6", "$whatsontc", "$the5thavacado", "$iconstory", "$ffgilquest", "$ffaplus", "$supermarioblitz"); //End Compare Array //------------------------------------------------------------------------------------------------------------------------------------- //Music Videos $abcSong = fopen("dat/abcs-threebrain.txt", "r"); $hypothermia = fopen("dat/hypothermia-threebrain.txt", "r"); $kitty = fopen("dat/kitty-threebrain.txt", "r"); $wee = fopen("dat/wee-threebrain.txt", "r"); $schoolbus = fopen("dat/schoolbus-threebrain.txt", "r"); $robothero = fopen("dat/robothero-threebrain.txt", "r"); $kittycat = fopen("dat/kittycat-gshack.txt", "r"); $piehole = fopen("dat/piehole-norboto.txt", "r"); $lobstermagnet = fopen("dat/lobstermagnet-512productions.txt", "r"); //Other Movies $glassofwater = fopen("dat/glassofwater-knox.txt", "r"); $knoxreloaded = fopen("dat/knoxreloaded-knox.txt", "r"); $knoxreloaded2 = fopen("dat/knoxreloaded2-knox.txt", "r"); $knoxreloaded3 = fopen("dat/knoxreloaded3-knox.txt", "r"); $knoxreloaded4 = fopen("dat/knoxreloaded4-knox.txt", "r"); $knoxreloaded5 = fopen("dat/knoxreloaded5-knox.txt", "r"); $knoxreloaded6 = fopen("dat/knoxreloaded6-knox.txt", "r"); $whatsontv = fopen("dat/whatsontv-xennetwork.txt", "r"); $the5thavacado = fopen("dat/thefifthavacado-soundovision.txt", "r"); $iconstory = fopen("dat/iconstory-masostudio.txt", "r"); //Games-Nintendo $ffgilquest = fopen("dat/finalfantasygilquest-crazyboris.txt", "r"); $ffaplus = fopen("dat/finalfantasyaplus-mousekliks.txt", "r"); $supermarioblitz = fopen("dat/supermarioblitz-mortisland.txt", "r"); //------------------------------------------------------------------------------------------------------------------------------------- sort($compare); for ($i = 0; $i < 20; $i++){ if ($compare[$i] = $abcSong){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align='center'>
					<a href="http://xennetwork.com/movies/abcs-threebrain.php">Abc Song</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://threebrain.com" target="_blank">Threebrain</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/abcs-threebrain.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					5:13PM - June,13,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $hypothermia){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://xennetwork.com/movies/hypothermia-threebrain.php">Hypothermia</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://threebrain.com" target="_blank">Threebrain</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/hypothermia-threebrain.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					12:09AM - June,14,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $kitty){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="kitty-threebrain.php">Kitty</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://threebrain.com" target="_blank">Threebrain</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
			<div align="center">
				<?php include'dat/kitty-threebrain.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					12:15AM - June,14,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $wee){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="wee-threebrain.php" target="_blank">Weeee</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://threebrain.com" target="_blank">Three Brain</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/wee-threebrain.txt'; ?></div>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					12:24PM - June,14,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $schoolbus){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="schoolbus-threebrain.php">School Bus</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://threebrain.com" target="_blank">Threebrain</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/schoolbus-threebrain.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					1:11PM - June,14,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $robothero){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="robothero-threebrain.php">Robot Hero</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://threebrain.com" target="_blank">Threebrain</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/robothero-threebrain.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					9:49PM - June,19,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $kittycat){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="kittycat-gshack.php">Kitty Kat Dance</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://g-shack.com" target="_blank">G-Shack</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/kittycat-gshack.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					12:12AM - June,14,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $piehole){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="piehole-norboto.php">Pie Hole</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					Norboto</div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/piehole-norboto.txt'; ?></div>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					12:42AM-June,14,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $lobstermagnet){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="lobstermagnet-512productions.php">Lobster Magnet</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					512 Productions</div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/lobstermagnet-512productions.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					12:34PM - June,14,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $glassofwater){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="glassofwater-knox.php">Glass Of Water</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://Knoxskorner.com" target="_blank">Knoxs Korner</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/glassofwater-knox.txt';?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					11:52AM - June,15,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $knoxreloaded){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="knoxreloaded-knox.php">Knox Reloaded 1</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://knoxskorner.php">Knoxs Korner</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/knoxreloaded-knox.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					11:58AM - June,15,2004</div>
			</td>
		</tr>
<?php if ($compare[$i] = $knoxreloaded2){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="knoxreloaded2-knox.php">Knox Reloaded 2</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://knoxskorner.php">Knoxs Korner</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/knoxreloaded2-knox.txt';?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					10:04PM - June,19,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $knoxreloaded3){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="knoxreloaded3-knox.php">Knox Reloaded 3</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://knoxskorner.php">Knoxs Korner</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/knoxreloaded3-knox.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					10:25PM - June,19,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $knoxreloaded4){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="knoxreloaded4-knox.php">Knox Reloaded 4</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://knoxskorner.php">Knoxs Korner</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/knoxreloaded4-knox.txt';?></div>
			</td>
			<td bgcolor="#8b0000" nowrap onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					6:35PM - June,23,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $knoxreloaded5){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="knoxreloaded5-knox.php">Knox Reloaded 5</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://knoxskorner.php">Knoxs Korner</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/knoxreloaded5-knox.txt';?></div>
			</td>
			<td bgcolor="#8b0000" nowrap onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					12:18PM - June,24,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $knoxreloade6){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="knoxreloaded6-knox.php">Knox Reloaded 6</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://knoxskorner.php">Knoxs Korner</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/knoxreloaded6-knox.txt';?></div>
			</td>
			<td bgcolor="#8b0000" nowrap onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					12:24PM - June,24,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $whatsontv){ ?>
		<tr>
			<td bgcolor="#8b0000" nowrap onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="whatsontv-xennetwork.php">Whats On Tv</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					XenNetwork.com</div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/whatsontv-xennetwork.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					9:52PM - June,19,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $the5thavacado){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="the5thavacado-soundovision.php">The 5th Avacado</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					Sound-O-Vision</div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/thefifthavacado-soundovision.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					9:56PM - June,19,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $iconstory){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="iconstory-masodigitalstudio.php">Icon Story</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					Maso Digital Studio</div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/iconstory-masostudio.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					10: 16PM - June,19,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $ffgilquest){ ?>
		<tr>
			<td bgcolor="#8b0000" nowrap onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="finalfantasygilquest-crazyboris.php">Final Fantasy Gil Quest</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://crazyboris.com" target="_blank" >Crazy Boris</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/finalfantasygilquest-crazyboris.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					9:40PM - June,19,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $ffaplus){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="finalfantasyaplus-mousekliks.php">Final Fantasy A+</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					Mouse Kliks</div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/finalfantasyaplus-mousekliks.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					9:44PM - June,19,2004</div>
			</td>
		</tr>
<?php } if ($compare[$i] = $supermarioblitz){ ?>
		<tr>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="supermarioblitz-mortisland.php">Super Mario Blitz</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<a href="http://mortisland.com" target="_blank">Mortis Island</a></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					<?php include'dat/supermarioblitz-mortisland.txt'; ?></div>
			</td>
			<td bgcolor="#8b0000" onmouseover="this.style.backgroundColor='#c20000'" onmouseout="this.style.backgroundColor='#8b0000'">
				<div align="center">
					9:46PM - June,19,2004</div>
			</td>
		</tr>
<?php } } ?>[/code]

the error says this
Parse error: parse error, unexpected $ in /home/xennetw/public_html/movies/mostPopular.php on line 524
and line 524 is the VERY last line

do something first: seperate the php function that you’re trying to run from the actual tons of printing stuff you use. also, include the url of the address this page is stored at, or tell us what error you’re getting. hard to fix a problem when you don’t know what the problem is.

Please do not come in here and post 524 lines of code and say… I have an error… Fix it! (which is essentially how your post is perceived.)

First of all we need to know what you have tried. If you don’t want to look at your 524 lines of code… What makes you think that someone else, who is completely unfamiliar with this code, would want to.

Next, as gogglecollector sugested … in the future, trim the post down to the PHP and not the other misc HTML especially if it’s not relevant

Finaly, the error message typically means you didn’t close a loop or forgot to end a line with the semi-colon. I will leave that up to you to find it as I just scrolled to the bottom of the code without even looking at it.

Good luck.

hoorah :D

Sponsor our Newsletter | Privacy Policy | Terms of Service