Click here to get back home

Using variables in login script:

 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
Using variables in login script: Antoni 08-11-2004
Get Chitika Premium
Posted by Antoni on August 11, 2004, 8:54 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
Presevre php variables from login from to every page February 4, 2005, 6:02 pm
Login script for php August 14, 2006, 12:51 pm
Looking for a login script August 17, 2007, 8:27 am
php login script - no mysql February 5, 2006, 2:53 pm
Help with a php register - login script August 24, 2007, 12:31 am
PHP Login Script, Why MD5 Hash? November 11, 2007, 12:12 pm
problems with login script May 19, 2008, 7:36 am
Re: OWA: 'Posting a Login' From Outside Script? July 16, 2008, 4:59 pm
Problem with simple PHP login Script March 23, 2006, 7:24 pm
session problem with login script April 25, 2006, 2:35 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap