A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by djcritch » Thu Mar 20, 2008 8:32 am
Code: Select all
<?php include("echo $_SESSION['url']"); ?>
Post by John Cartwright » Thu Mar 20, 2008 8:36 am
Post by Mini » Thu Mar 20, 2008 9:16 am
<?php include($_SESSION['url']); ?>
Return to “PHP - Code”