Click here to get back home

Problem with overriding Functions (oop)

 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 overriding Functions (oop) Johannes Permoser 01-19-2008
Get Chitika Premium
Posted by Johannes Permoser on January 19, 2008, 6:32 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 Rik Wasmus on January 19, 2008, 6:39 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
Overriding class constants July 3, 2008, 9:18 am
Overriding/Replacing a method in the PHP installation. August 22, 2004, 3:04 pm
problem with functions and paths June 19, 2007, 3:55 am
scope problem using functions and require_once August 27, 2004, 4:59 pm
Problem with installing Secure Shell2 Functions June 23, 2005, 9:19 am
XML DOM Functions in PHP January 17, 2006, 5:06 am
&$ in functions November 30, 2007, 4:13 am
using header functions in php August 12, 2004, 1:29 pm
Variables Outside Functions June 2, 2005, 11:23 am
The use of fn: functions in XSL - XPath June 23, 2005, 9:14 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap