Click here to get back home

idea behind implementing search facility

 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
idea behind implementing search facility crescent_au 11-26-2006
Get Chitika Premium
Posted by crescent_au on November 26, 2006, 6:26 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 cewyattjr on November 26, 2006, 8:11 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
Search facility on a web site? May 22, 2005, 5:58 am
implementing a website search feature using php July 16, 2008, 1:51 pm
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
implementing login/logout (new to php) November 5, 2004, 1:37 pm
Newbie ? about implementing keywords for articles March 24, 2008, 4:53 pm
Newbie question about implementing prepared statements June 23, 2008, 2:20 pm
a search script to search all our pages - including dynamic ones September 26, 2006, 7:39 am
"Specialized Search Engines" along with Google Search Capability September 13, 2007, 12:26 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap