Jump to content

Get info from another page.


bytes

Recommended Posts

Here, I'll break it down for you

 

Lets say for instance... get.php contains this

echo "This is get.php and blah blah blah blah blah";

 

and this is index.php

//I want to see what is inside get.php

//I guess I will include it

include('get.php');

//OMG... it says the same thing as get.php does!!!!

//I guess I should echo some other stuff to make index.php more... INDEXy

echo "This is the index page and above this... I have included the get.php page";

 

 

Can I make it any more clearer

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.