Page not Loading After Test

Posted on 16th Feb 2014 by admin

Hey All

It seemed that an inlcude statement wasn't working for some reason, so I tried a more absolute file path:

include("home/username/public_html/coding/scripts/carspecs.php")

However this simply returned a blank page, so I change it back to what it was:

include("../coding/scripts/carspecs.php")

However I still got a blank page, so I cleared my cache, ensured I'd uploaded the page and so on, and still blank. However every time I access the newly uploaded page, and then check in on the FTP, it's 0KB in size (9KB orginally). So everytime I reupload and access the page, it just changes to, well, nothing.

Any ideas?

Other forums