|
Posted by Rico on May 10, 2007, 5:42 am
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 nenegoro on May 10, 2007, 9:40 am
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 Ivan Marsh on May 10, 2007, 10:34 am
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 Mike P2 on May 10, 2007, 6:23 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 | | PHP & myspace etc.. | September 10, 2005, 4:59 pm |
| mySpace blog on Homepage | August 9, 2006, 11:19 am |
| MySpace Auto Bulletin??? | January 30, 2008, 5:59 am |
| mysql_data_seek takes...0.15 seconds !!!! | February 18, 2005, 8:03 pm |
| How to give personal user url on a dating website just like MySpace does? | May 8, 2006, 5:30 pm |
| joomla CMS takes more system resource, is it true ? | February 3, 2008, 10:24 am |
| Baffling! Redirects with header() takes minutes to respond. | November 15, 2005, 2:02 pm |
| 100KB image that takes up 2mb of memory uses up all 8mb of memory - help! | September 25, 2006, 4:41 pm |
| Same day last year problem | February 15, 2006, 11:21 pm |
| year in a (****) format | March 27, 2007, 2:51 pm |
|