Click here to get back home

PHP5 Xpath problem

 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
PHP5 Xpath problem Chris 08-18-2004
Get Chitika Premium
Posted by Chris on August 18, 2004, 11:08 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 Adam Harvey on August 23, 2004, 2:34 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
php5: question about xpath January 25, 2005, 10:05 pm
Limits to XPath implementaiton in PHP5 October 22, 2007, 5:58 pm
problem with xml and xpath in PHP July 3, 2008, 10:11 pm
Xpath encoding problem February 11, 2008, 11:29 am
XPath help? April 5, 2008, 12:02 pm
The use of fn: functions in XSL - XPath June 23, 2005, 9:14 pm
xpath XML and PHP4 November 30, 2006, 6:28 pm
pass variable to xpath? February 1, 2005, 5:23 pm
xpath query too long? June 25, 2008, 1:43 am
Struggling with simple DOM/XPath usage... February 4, 2005, 6:13 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap