Click here to get back home

string replace

 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
string replace Mikey P 08-16-2004
Get Chitika Premium
Posted by Mikey P on August 16, 2004, 10: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

Posted by Jari Lehtinen on August 16, 2004, 9:18 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
how to replace string in a var September 4, 2004, 6:37 pm
String replace help November 9, 2004, 3:56 am
String Replace September 24, 2007, 1:54 pm
How to replace an item in the url search string March 3, 2006, 8:51 am
How to replace a backslash character in a string? March 17, 2006, 12:54 am
Replace a character in a string variable June 30, 2006, 10:55 am
Re: [5.2.5] Alternative to include() to replace a string? February 25, 2008, 6:37 pm
need to do a string replace of "asc" to "desc" or "desc" to "asc" first occurrence only February 3, 2006, 5:42 pm
Replace January 27, 2005, 4:20 pm
cant replace \n April 3, 2005, 5:48 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap