Ok, heres what I want to do I want to show the contents of another file on another page Example: www.mysite.com/directory/file.php shown on www.mysite.com So I pretty much want the file to be on www.mysite.com without it actually being there I hope you get what i mean
Hi , you can use the function : include() ; <?php // index page // when you want to add content from another file in your directory just add include ("directory/file.php") ; ?> PHP: and if you have use the HTML code : Try Iframe function ... i hope i have help with something ! and learn more for the php include function into : php.net thanks
Thanks for the reply I have already done this, but nothing shows up :? I dont think I really want to "include" it, its more like I want my index.php to be that file. Ive already tried just copying the file and pasting it in index.php but it still shows nothing.