|
Posted by Martin Lucas-Smith on April 4, 2005, 7:51 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 chernyshevsky@hotmail.com on April 4, 2005, 1:26 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 Martin Lucas-Smith on April 5, 2005, 2:11 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 Martin Lucas-Smith on April 11, 2005, 1:26 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 | | XML RPC transport error caused by authentication | January 12, 2005, 12:18 am |
| xmlrpc error faultCode 105 faultString XML error: Invalid document end at line 1, column 1 | October 1, 2007, 10:38 am |
| STRANGE "Fatal error: Call to undefined function..." ERROR | May 15, 2005, 3:00 pm |
| newbie error : syntax error, unexpected T_INC, expecting ')' | July 16, 2005, 2:36 pm |
| Parse error: syntax error, unexpected $end in ... Question/Suggestion | April 7, 2006, 1:01 pm |
| Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' | July 4, 2007, 5:29 pm |
| CGIWrap error: exec format error | July 14, 2004, 2:04 pm |
| Redirect Error Reported As SQL Syntax Error | January 8, 2005, 4:45 pm |
| Understanding error masking in error handling... | November 7, 2008, 3:41 am |
| Parse error: parse error, unexpected T_ELSE in /home/duivensites.com/public_html/promotiesite/subpagina/winkel.php on line 25 | December 28, 2004, 4:56 am |
|