Can't create DOM Document

G

Gil_H

Hi,

I'm trying to create a php form which is auto completed after onchange
action of a drop down.
I've created a js file and linked it to a PHP file, which is linked
with a XML file.

Inside the PHP - after i tried to print the response and got a blank
one:

var response = xmlHttp.responseText;
alert(response);

I've tried to print after creating the DomDocument, but it probably
doesn't work, because it doesn't print anything:

<?
$q=$_GET["q"];
$xmlDoc=new DomDocument();
print $q;
.....
.....
?>

If i put the print $q before the Dom creation: $xmlDoc=new
DomDocument(); it does print.

How can i create the DOM without an error? where is my mistake?

I need any reply/advice,

Gil H.
 
D

Darko

Hi,

I'm trying to create a php form which is auto completed after onchange
action of a drop down.
I've created a js file and linked it to a PHP file, which is linked
with a XML file.

Inside the PHP - after i tried to print the response and got a blank
one:

var response = xmlHttp.responseText;
alert(response);

I've tried to print after creating the DomDocument, but it probably
doesn't work, because it doesn't print anything:

<?
$q=$_GET["q"];
$xmlDoc=new DomDocument();
print $q;
....
....
?>

If i put the print $q before the Dom creation: $xmlDoc=new
DomDocument(); it does print.

How can i create the DOM without an error? where is my mistake?

I need any reply/advice,

Gil H.

I rarely see such confusing and disorganised questions. Could you
please rephrase your question? What is a "php form"? What is that AJAX
thing doing in the middle of PHP code? Is it just me, or is this more
a question for PHP group than for JS?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top