|
Posted by LL2000 on March 16, 2005, 5:37 pm
Please log in for more thread options
Kimmo Laine wrote:
show/hide quoted text
> <?php
> include('http://www.your.domain/next_page.php?foo=bar');
Unless next_page.php generates PHP, the script with this include will
only get HTML.
show/hide quoted text
> exit();
next_page.php
<?php
if (isset($_GET['foo'])) {
show/hide quoted text
echo '<?php echo $_GET[\'foo\']; ?>';
} else {
show/hide quoted text
echo '<?php echo \'Not available\'; ?>';
}
--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot
|
|
Posted by Chung Leong on March 16, 2005, 8:24 pm
Please log in for more thread options
Kimmo Laine wrote:
show/hide quoted text
> <?php
> include('http://www.your.domain/next_page.php?foo=bar');
Unless next_page.php generates PHP, the script with this include will
only get HTML.
show/hide quoted text
> exit();
next_page.php
<?php
if (isset($_GET['foo'])) {
show/hide quoted text
echo '<?php echo $_GET[\'foo\']; ?>';
} else {
show/hide quoted text
echo '<?php echo \'Not available\'; ?>';
}
--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot
|
|
Posted by LL2000 on March 17, 2005, 10:38 am
Please log in for more thread options Kimmo Laine wrote:
show/hide quoted text
> <?php
> include('http://www.your.domain/next_page.php?foo=bar');
Unless next_page.php generates PHP, the script with this include will
only get HTML.
show/hide quoted text
> exit();
next_page.php
<?php
if (isset($_GET['foo'])) {
show/hide quoted text
echo '<?php echo $_GET[\'foo\']; ?>';
} else {
show/hide quoted text
echo '<?php echo \'Not available\'; ?>';
}
--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot
|
| Similar Threads | Posted | | Teen Girl Anal Movies | September 5, 2004, 12:56 am |
| a good website for softwares,movies and music etc. | October 7, 2007, 12:47 pm |
| a good website for softwares,movies and music etc. | October 7, 2007, 10:58 pm |
| a good website for softwares,movies and music etc. | October 9, 2007, 1:46 am |
| a good website for softwares,movies and music etc. | October 9, 2007, 11:59 am |
| a good website for softwares,sports,movies and music ,sex etc. | October 11, 2007, 11:57 am |
| a good website for softwares,sports,movies and music ,sex etc. | October 12, 2007, 12:30 am |
| a good website for softwares,sports,movies and music ,sex etc. | October 13, 2007, 10:26 am |
| a good website for softwares,sports,movies and music ,sex etc. | October 14, 2007, 10:26 am |
| newbie: sending email with images and movies included | July 16, 2008, 3:20 pm |
|
> include('http://www.your.domain/next_page.php?foo=bar');