Click here to get back home

AT Commands

 HomeNewsGroups | Search | About
 comp.lang.php    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
AT Commands Johny Begood 06-01-2007
Get Chitika Premium
Posted by Johny Begood on June 1, 2007, 5:24 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 Ravi on June 1, 2007, 8:17 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 ThreadsPosted
Multiple commands July 14, 2004, 3:48 pm
fsockopen commands August 1, 2006, 3:39 pm
How to execute two commands within 'system' February 14, 2006, 11:47 am
Some commands execute via PHP "system", some don't--why? November 18, 2006, 11:26 am
Commands out of sync error January 16, 2008, 12:18 am
having problems with mySQL commands March 22, 2008, 9:54 am
why is system() so slow for remote commands? August 30, 2004, 11:37 pm
Converting from MySQL commands to Oracle: HELP! December 2, 2004, 1:06 pm
running shell_exec commands as root July 11, 2008, 4:06 am
Executing commands on the server - comments? December 23, 2008, 2:31 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap