Click here to get back home

problems with sorting an array

 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
problems with sorting an array LRW 12-03-2004
Get Chitika Premium
Posted by LRW on December 3, 2004, 11:15 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 Janwillem Borleffs on December 4, 2004, 12:31 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
problems sorting an array March 30, 2005, 2:06 pm
sorting an array.. need help January 30, 2006, 12:22 am
sorting an array.. need help January 30, 2006, 12:22 am
sorting array...i November 20, 2007, 10:32 am
sorting a 3d array? December 1, 2007, 6:48 am
Need help with sorting array December 23, 2007, 2:04 pm
Sorting an Array January 16, 2008, 11:48 am
Sorting an Array - CSORT November 28, 2005, 8:19 pm
Sorting a Two Dimensional Array June 26, 2006, 4:17 pm
Complex array sorting November 27, 2007, 11:49 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap