|
Posted by William Gill on August 10, 2007, 12:39 pm
Please log in for more thread options
Kimmo Laine wrote:
> <?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.
> exit();
>
> ?>
next_page.php
<?php
if (isset($_GET['foo'])) {
echo '<?php echo $_GET[\'foo\']; ?>';
} else {
echo '<?php echo \'Not available\'; ?>';
}
--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot
|
|
Posted by Rik on August 10, 2007, 12:49 pm
Please log in for more thread options
Kimmo Laine wrote:
> <?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.
> exit();
>
> ?>
next_page.php
<?php
if (isset($_GET['foo'])) {
echo '<?php echo $_GET[\'foo\']; ?>';
} else {
echo '<?php echo \'Not available\'; ?>';
}
--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot
|
|
Posted by William Gill on August 10, 2007, 5:47 pm
Please log in for more thread options Kimmo Laine wrote:
> <?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.
> exit();
>
> ?>
next_page.php
<?php
if (isset($_GET['foo'])) {
echo '<?php echo $_GET[\'foo\']; ?>';
} else {
echo '<?php echo \'Not available\'; ?>';
}
--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot
|
|
Posted by Jerry Stuckle on August 10, 2007, 8:56 pm
Please log in for more thread options Kimmo Laine wrote:
> <?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.
> exit();
>
> ?>
next_page.php
<?php
if (isset($_GET['foo'])) {
echo '<?php echo $_GET[\'foo\']; ?>';
} else {
echo '<?php echo \'Not available\'; ?>';
}
--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot
|
|
Posted by jimp on August 10, 2007, 12:55 pm
Please log in for more thread options Kimmo Laine wrote:
> <?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.
> exit();
>
> ?>
next_page.php
<?php
if (isset($_GET['foo'])) {
echo '<?php echo $_GET[\'foo\']; ?>';
} else {
echo '<?php echo \'Not available\'; ?>';
}
--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot
|
| Similar Threads | Posted | | CLAIM YOUR TWO FREE UNIVERSAL STUDIOS TICKETS! | November 20, 2004, 9:35 pm |
| buy and sell website | May 12, 2008, 11:08 am |
| Sell music with oscommerce or other | July 8, 2005, 11:18 am |
| ((((((((xmas hot sell)))))))) toys and gifts | December 17, 2007, 12:01 pm |
| SELL this FBI NOC LIST and MAKE MILLIONS like TOM CRUISE did in MISSION IMPOSSIBLE | October 25, 2004, 5:53 am |
| Xmas hot sell 2008 new style UGG boots,nike,foamposte shoes,sweater,puma(www.nikewoo.com) | December 15, 2007, 11:33 am |
| cheapestsell@hotmail.com sell cheap NHL NFL MITCHELL NFL PRO BOWL&SUPER NBA NBA children MLB NBA jerseys t-shirt shorts | July 29, 2008, 9:19 pm |
| event driven PHP | December 18, 2005, 1:09 am |
| onclick event | May 19, 2006, 11:35 pm |
| Looking for an event trigger | October 11, 2006, 9:11 am |
|