Posted by Jeremy Reynolds on 11/26/28 11:16
I received this useful bit of code for storing a page into a variable instead of loading it as an include. But how can I modify this to submit some parameters to a page and collect the returned page / HTML into a variable?? Jeremy -------------- <?php /** DocumentB.php */ $text = file_get_contents('DocumentA.php'); echo $text; ?>
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming