Click here to get back home

crlf causes problems in array functions

 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
crlf causes problems in array functions Vic Spainhower 11-03-2006
Get Chitika Premium
Posted by Vic Spainhower on November 3, 2006, 6:57 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 Pedro Graca on November 3, 2006, 9:07 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
should newline contain a crlf? August 3, 2004, 9:21 am
Problems with using date functions July 24, 2005, 1:13 pm
newbie: date/time functions problems December 28, 2007, 1:00 pm
Array pointer for internal(?) functions January 12, 2006, 3:45 am
Array of Objects in session, is it possible to access member functions? July 28, 2004, 3:05 pm
Array Problems November 13, 2004, 1:07 pm
problems with sorting an array December 3, 2004, 11:15 am
problems sorting an array March 30, 2005, 2:06 pm
heredoc and array problems July 17, 2008, 2:05 pm
Problems with matching on last element in array April 9, 2008, 3:22 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap