Click here to get back home

Differences between Python and PHP

 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
Differences between Python and PHP Zeb 12-17-2005
Get Chitika Premium
Posted by Zeb on December 17, 2005, 9:59 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 ThreadsPosted
Differences with imap_headerinfo() between PHP 4.3.11 and 4.4.0? August 14, 2005, 5:12 am
Version differences January 11, 2006, 9:51 pm
differences of two files? September 7, 2006, 8:49 am
how get differences between text files: help!? January 20, 2007, 2:29 pm
Doubts about environment differences between php and asp July 16, 2008, 3:59 pm
php find differences in multi dimensional arrays November 3, 2006, 12:56 pm
Comparing Pages and Returning Differences as Regular Expressions July 27, 2004, 6:19 pm
python November 4, 2004, 3:05 pm
Re: PHP 5.2.0 and Python 2.5 February 1, 2007, 8:43 am
Re: PHP 5.2.0 and Python 2.5 February 2, 2007, 4:51 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap