Thank you all very much for the replies and support.
Quote:
sounds like an awesome hack... But I am getting an error.. check it out
|
Thanks. I've had a look at your page and the problem is that your website's index.php file cannot find the webwelcome.php script.
The problems is with the path in the statement
PHP Code:
<?php include ("webwelcome.php"); ?>
Have you got the webwelcome.php file in the same directory as your website's index.php file, ie the root? If you have the above include
should work. Some servers can be a bit funny about paths though. You could try changing it to an absolute server path.
I've double checked that the above include statement will work when the webelcome.php file is in the root folder with the index.php file and it does on my server (running Linux).
Hope this helps.
Darren.