Click here to get back home

recommendation for a newsletter php class

 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
recommendation for a newsletter php class windandwaves 03-01-2006
Get Chitika Premium
Posted by windandwaves on March 1, 2006, 6:38 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 Bosconian on March 1, 2006, 10: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
recommendation for easy-to-use form validation class or file? November 7, 2006, 9:42 am
PHP Wiki recommendation? April 7, 2005, 1:35 am
Book Recommendation on PHP January 8, 2006, 10:20 pm
my project recommendation October 19, 2007, 11:16 am
Recommendation for a PHP ORM library? July 3, 2008, 10:23 pm
OT: Canadian Web Hosting Recommendation? March 8, 2005, 11:45 am
search engine recommendation needed September 21, 2004, 5:50 am
recommendation for a good mail form? January 23, 2005, 9:45 pm
Need MySQL management tool recommendation March 14, 2005, 12:26 pm
|OT| Recommendation on membership registration system ? October 17, 2005, 3:33 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap