<?php
print 'test1';
require ('somefile.php');
print 'test2';
somefile.php starts off like this:
<?php print 'test3'
When I run the main file, the output is 'test1'.... and the rest of the page is blank... Any ideas why? It worked before on the server, and my scripts also work on my localhost machine running the same version of php as the server...
I copied an old copy of the site onto the server, and it doesn't work either. It looks like a server problem. Anyone know the cause?
it's a linux server and the permissions on the files have been set
Edited by John, 04 November 2008 - 12:35 PM.


Sign In
Create Account

Back to top









