|
Posted by pwiegers@gmail.com on June 5, 2007, 2:55 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 Mike P2 on June 5, 2007, 7:54 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 pwiegers@gmail.com on June 6, 2007, 12:48 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
|
|
Posted by pwiegers@gmail.com on June 6, 2007, 2:13 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
|
|
Posted by -Lost on June 6, 2007, 2:08 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 | | online kredite test , online kredite ohne schufa , online kredite fuer arbeitslose , autofinanzierung , kredit , guenstige online kredit , kredit selbstaendige , | January 11, 2010, 3:29 am |
| GET PAID $2000 PER WEEK FROM ONLINE MONEY MAKING PROGRAMME.THE REALPROGRAMME IN ONLINE | October 6, 2008, 6:58 am |
| UML diagrams drawing soft | January 11, 2006, 8:28 am |
| Best free software for UML diagrams | November 26, 2007, 8:47 am |
| FREE ONLINE RESOURCES: ONLINE TEST, ARTICLES, EXAM PAPERS, CODES, READY TO USE PRESENTATIONS | October 2, 2008, 9:47 am |
| Draw Lines | February 17, 2006, 10:16 am |
| draw on picture | February 19, 2007, 3:47 am |
| chart/draw in PHP 5 | April 21, 2007, 12:48 pm |
| Draw your own conclusions.. | January 11, 2010, 9:13 am |
| how to draw arrows in PHP using GD function? | March 5, 2006, 9:50 pm |
|
> include('http://www.your.domain/next_page.php?foo=bar');