I get this error when it's local
Warning: include(C:\Users\John\Desktop emp\MyTXT.txt) [function.include]: failed to open stream: Invalid argument in E:\wamp\www\c.php on line 10
Warning: include() [function.include]: Failed opening 'C:\Users\John\Desktop emp\MyTXT.txt' for inclusion (include_path='.;C:\php5\pear') in E:\wamp\www\c.php on line 10
this is my require
<?php
include("C:\Users\John\Desktop\temp\myText.txt");
?>