[PHP] PHP Namespace issues

2008-08-29 Thread Bob Novak
Please bear with me if this is not the correct forum to post this issue. I am experiencing xml namespace errors while trying to use zillow.api with Apache 2.2.8 (Fedora), PHP 5.2.5. Dreamweaver 8 with MM-XSLTransform.class version 0.6.3 is acting as the intermediary to process the zillow.php and

Re: [PHP] Namespace issues

2004-06-15 Thread Justin Patrin
Shaunak Kashyap wrote: Hi, Facts: 1. I have the following four scripts: a.php, b.php, c.php and d.php 2. a.php defines a function named foo. 3. b.php includes c.php 4. c.php defines a function named foo Case I: d.php looks like this: include "b.php"; include "a.php"; This causes a fatal error tha

[PHP] Namespace issues

2004-06-15 Thread Shaunak Kashyap
Hi, Facts: 1. I have the following four scripts: a.php, b.php, c.php and d.php 2. a.php defines a function named foo. 3. b.php includes c.php 4. c.php defines a function named foo Case I: d.php looks like this: include "b.php"; include "a.php"; This causes a fatal error that says that foo c