Click here to get back home

why does soapserver always returns a null object?

 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
why does soapserver always returns a null object? mjed01 10-16-2006
Get Chitika Premium
Posted by mjed01 on October 16, 2006, 5:04 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
MySQLi fetch_row() returns null November 6, 2008, 4:31 am
SoapServer::setPersistence September 6, 2006, 3:28 am
soapServer does not error checking July 5, 2008, 11:11 pm
Problem retrieving an object from an array and calling a method on the object October 7, 2006, 8:18 pm
Sorting an object array by an object property - how do you do it? September 11, 2006, 10:40 am
Test if an item is an object or a reference to an object March 1, 2007, 5:28 pm
__destruct() destroy an object that contains a reference to another object July 19, 2007, 3:39 am
Copying an Object passes Object by Reference?! January 18, 2008, 12:57 pm
what might destroy an object that is a member of another object July 22, 2005, 11:53 am
How to use mysqli object in object, need advise November 12, 2007, 4:37 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap