|
Posted by jimt on August 28, 2004, 3:12 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 Jasper Bryant-Greene on August 28, 2004, 7:28 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 jimt on September 1, 2004, 2:22 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 steve on September 1, 2004, 12:10 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
|
| Similar Threads | Posted | | NNTP store newsgroup posts | December 30, 2005, 8:52 pm |
| PHP Newsgroup Post Failure (OT) | July 18, 2004, 11:44 pm |
| THE GREATEST NEWS EVER! °º·. . .·º°`°º·. . .·º°`°º·. . .·º°`°º·. . .·º°`°º·. . .·º°`°º·. . .·º°`°º·. . .·º°`°º·. . .·º°`°º·. . .·º°`°º·. . .·º°`°º·. . .·º°`°º·. . .·º°`°º·. . .·º°`°º·. . .·º°`°º·. . .·º°`°º·. . .·º°`°º·. . .· (newsgroup-post 130) | April 10, 2005, 6:26 pm |
| Post to newsgroup script needed | August 25, 2007, 3:51 pm |
| A user-accessible address book using php? | December 28, 2004, 2:00 pm |
| does a directory out of the web root need to be in the INCLUDE ini setting to be accessible? | January 2, 2006, 10:37 am |
| Is the xsi:type accessible from the returned SOAP object? | June 11, 2008, 2:07 pm |
| NNTP and PHP | March 7, 2005, 8:41 pm |
| Help needed with nntp | March 10, 2005, 4:07 am |
| php NNTP server? | July 4, 2006, 3:55 am |
|