Click here to get back home

Re: Newbie problem with HTML forms and PHP/MySQL...

 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
Re: Newbie problem with HTML forms and PHP/MySQL... Ken Robinson 09-02-2004
Get Chitika Premium
Posted by Ken Robinson on September 2, 2004, 11:33 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 Daniel Tryba on September 3, 2004, 1:10 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
Newbie problem with HTML forms and PHP/MySQL... September 2, 2004, 4:56 am
Apache html and php problem [newbie] September 8, 2006, 7:19 am
Newbie Handling forms Help March 27, 2006, 3:04 pm
HTML Forms in email February 10, 2005, 4:52 pm
PHP or HTML Question on Forms August 26, 2006, 1:44 pm
Using SendMail in Forms w/PHP HTML April 21, 2007, 7:23 pm
HTML forms and Postgres July 15, 2006, 9:42 am
strings, escape and html forms... February 16, 2005, 12:53 pm
HTML Forms, ONSUBMIT, PHP Functions October 30, 2007, 12:01 pm
html forms and spam-bots September 27, 2008, 2:25 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap