Click here to get back home

php find differences in multi dimensional arrays

 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
php find differences in multi dimensional arrays trpost 11-03-2006
Get Chitika Premium
Posted by trpost on November 3, 2006, 12:56 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 AlexVN on November 3, 2006, 3:47 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
Multi-Dimensional Arrays July 19, 2005, 3:17 am
Multi-Dimensional Arrays In PHP ... ??? July 24, 2006, 9:33 pm
need help using multi-dimensional arrays February 12, 2008, 9:36 am
Multi-dimensional arrays, wildcards May 23, 2005, 3:32 pm
Processing data from multiple multi-line textareas into a multi-dimensional array March 20, 2007, 6:00 pm
multi sorting multi dimensional array? March 15, 2005, 11:00 pm
Multi dimensional array February 15, 2005, 5:19 am
sort multi-dimensional array August 25, 2006, 2:50 am
Can't display column of multi-dimensional array September 17, 2005, 4:45 pm
changing data from a table format to a multi-dimensional array (similar to XML) October 21, 2006, 4:28 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap