View Single Post
Old 05-31-2012, 05:11 PM   PM User | #2
Lerura
Regular Coder

 
Lerura's Avatar
 
Join Date: Aug 2005
Location: Denmark
Posts: 869
Thanks: 0
Thanked 112 Times in 111 Posts
Lerura will become famous soon enough
in the related request.open you have:
Code:
    request.open("POST", "/cgi-bin/php_script.phpl", true);
Maybe that extra letter is what is breaking the code.
Lerura is offline   Reply With Quote