Click here to get back home

Session garbage collection query

 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
Session garbage collection query Mickey 11-17-2006
Get Chitika Premium
Posted by Mickey on November 17, 2006, 2:00 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 rehevkor5 on November 20, 2006, 11: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

Posted by Jerry Stuckle on November 21, 2006, 12:11 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
Garbage collection April 26, 2007, 8:10 pm
PHP memory garbage collection April 5, 2005, 2:19 pm
Garbage collection problem? October 10, 2005, 2:33 pm
Collection in php/MySQL February 9, 2005, 6:07 pm
Software Articles Collection September 16, 2008, 7:04 am
Session variable doesn't pass, query error July 25, 2008, 3:00 pm
php5 XML collection size without looping? May 22, 2007, 4:27 am
PHP/HTML displays garbage ... November 27, 2005, 7:32 pm
Garbage characters from PHP to Javascript July 17, 2008, 11:44 am
Garbage collector problem with sessions September 4, 2007, 12:02 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap