Click here to get back home

Problem with simple PHP 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
Problem with simple PHP login Script carmstrong 03-23-2006
Get Chitika Premium
Posted by carmstrong on March 23, 2006, 7:24 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 Chung Leong on March 23, 2006, 8:30 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
simple session login problem October 16, 2004, 1:42 pm
session problem with login script April 25, 2006, 2:35 am
Simple PHP problem - passing arguments to another script January 27, 2005, 7:34 pm
Problem with simple image generation script May 17, 2005, 9:15 am
a simple if-login question August 11, 2004, 5:06 am
Simple script for doing a simple photo album and journal? July 19, 2004, 7:10 pm
new to patterns - example of simple PHP page controller for login and database driven pages? December 23, 2005, 2:55 pm
Login script for php August 14, 2006, 12:51 pm
Looking for a login script August 17, 2007, 8:27 am
Using variables in login script: August 11, 2004, 8:54 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap