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...

Recommended Answers

All 3 Replies

Perhaps short code tags are disabled, so you need to use <?php instead of <?

Hmm, I gave it a try but that didn't seem to work. Thanks anyway.

(I just removed all of the script and it still doesn't work, so it's definitely something about the php)

Fixed this. I needed to change the CSS file.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.