0
A little help please
3 Respostas
+ 4
Hi.
What do you want code for?
Your code doesn't seem code.
+ 2
Pls edit your question description with the purpose of your code and an explanation of your difficulties. This way, we know what to help you on.
+ 2
I don't know if that's the issue, but at line 6, you don't close the double quotes properly. You wrote:
reponse.writelead(288, ('Content-Type': 'text/plain"});
when it should be
reponse.writelead(288, ('Content-Type': 'text/plain'});
Happy coding