xmlhttp.responseText = 1
this is my code in php:
<?php echo "Hi!"; ?>
this is my code in javascript:
alert(xmlhttp.responseText);
now, my problem is that the output displays: "1Hi!";
even though i will not display an output in php, still a "1" appends in the beginning of the alert box.
What could be the problem?
thanks in advance ^^,
xuexue
Junior Poster
174 posts since Jul 2009
Reputation Points: 10
Solved Threads: 1
Skill Endorsements: 0
Question Self-Answered as of 1 Year Ago