Quote:
Originally Posted by techhelpbb
Look up at my last post.
It shows what my FireFox browser sends to the board.
Then look at the code you have.
Specifically look at the inner conditionals that mention POST.
Look before and look after that.
There are several things wrong there.
|
I'm not exactly sure what I'm looking for... Does it have to do with the way I used a " in the line
Code:
if(client.find("/"))
And in the next I used ' ?
Or how I added a space after POST in
Code:
if(strcmp(buffer,"POST ") == 0)
In that line should I change the 0 to a 1?