Hi! I'm pretty far from the best coder in the world, but I recently moved to a new host and re-uploaded my files. I was clicking around to check that they still worked and noticed one of the pages wasn't loading properly anymore. When I look at the code, it should be using the same .txt documents as every other page is, so I don't get it.
It's right here:
http://www.sakuracities.com/yaoigames/translate/silver/silveroptions.php
I have
<?php header('Content-Type: text/html; charset=utf-8'); ?>
<? include ('../../_mtop1.txt'); ?>
(inserted javascript code here, which still seems to work)
<? include ('../../_mtop2.txt'); ?>
Insert content here.
<? include ('../../_mbottom.txt'); ?>
Does anyone see why all the other pages are at least working but not this one? Could it have to do with the added ad box somehow messing it up? Although it seems to be the PHP stuff that isn't loading, not the Javascript...