gaptrast
Member
- Messages
- 123
- Reaction score
- 0
- Points
- 16
Hello I am using php include on my site to save both time and work.
My website:
file1.php
index.php
file2.php
/exempl/index.php
/exempl/super.php
/exempl/super2.php
How can I use the php include to include file1.php and file2.php in /exempl/index.php???
I have tried this:
BUT IT DO NOT WORK
I DESPERATELY NEED HELP QUICK!!!
My website:
file1.php
index.php
file2.php
/exempl/index.php
/exempl/super.php
/exempl/super2.php
How can I use the php include to include file1.php and file2.php in /exempl/index.php???
I have tried this:
Code:
<?php
include 'http://www.example.com/file1.php';
?>
I DESPERATELY NEED HELP QUICK!!!