Hi everyone...
I have this college project where i want to communicate between an application written in ANSI C and a php web page. I have a struct with 3 int type variables that i want to send to the web page. It works fine between my ANSI C server and ANSI C client, but there are no strutures in php so i've used a class instead, but the php socket only accepts strings...anyone can help me?
My deadline is approaching...