Click here to get back home

implementing login/logout (new to 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
implementing login/logout (new to php) konsu 11-05-2004
Get Chitika Premium
Posted by konsu on November 5, 2004, 1:37 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
Implementing a tree September 16, 2005, 5:55 pm
Implementing a Calendar May 15, 2006, 2:26 pm
Implementing CHAT July 11, 2008, 1:43 pm
idea behind implementing search facility November 26, 2006, 6:26 pm
Newbie ? about implementing keywords for articles March 24, 2008, 4:53 pm
implementing a website search feature using php July 16, 2008, 1:51 pm
Newbie question about implementing prepared statements June 23, 2008, 2:20 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap