- in wifi to php file - error: expected ',' or ';' before string constant

Compilation errors also come with a line number.

If you expect someone to compile the code, you also have to supply the libraries (or links to them).

Solving compilation errors is the prerequisite of computer programming.

One technique (among many) to figure it out on your own is to isolate the problem by commenting portions of the code.

This kind of error is usually reported when brackets are mismatched.