Thu Dec 25, 2003 4:29 am |
Replies: 6 |
Views: 10962 |
|
|
Argh! Got it. My fault, of course. Everything kept breaking down at the line $x_root = new $x_doc->create_element('TEST');
Take out the word 'new' and it works, as many could have told me. ...
|
Wed Dec 24, 2003 8:18 am |
Replies: 6 |
Views: 10962 |
|
|
I should apologise - I've found that actually domxl just isn't working at all. As you said earlier, I haven't got libxml installed. In case anyone else is making a similar fool of themselves, I'll jus ...
|
Tue Dec 23, 2003 2:21 pm |
Replies: 6 |
Views: 10962 |
|
|
I've run the following code from my server and in Maguma: $iniloc = get_cfg_var('cfg_file_path'); print $iniloc;. In both I get the answer "C:\win95\php.ini" (this is a Windows98 machine upgraded from ...
|
Sun Dec 21, 2003 6:32 am |
Replies: 6 |
Views: 10962 |
|
|
Hi,
I've been posting the following problem in the Maguma forum pages; perhaps someone here knows the answer?
I have a page that I can view OK in a browser. It uses the DOM extension. When I try ...
|