Get HTML code form a PHP made page
Posted: Wed Nov 12, 2003 3:42 pm
I need to get the html code from a php link.
I mean, i have this page made with php and i need to retrieve de html code and save itt to a variable.
For example:
I invented "navigate" that's what i'm looking for. Thanx!
I mean, i have this page made with php and i need to retrieve de html code and save itt to a variable.
For example:
Code: Select all
<?php
$data = navigate("data/index.php?action=list");
?>