cforumphil
Programmer
Can anybody tell me how to make a small .c programm that opens an url like:
The important thing is that I can pass data1=asdf. I only want to pass this data, nothing has to be written on the screen.
Although using Linux, I can't use "system(curl ...);", because it can't be installed in my case.
The important thing is that I can pass data1=asdf. I only want to pass this data, nothing has to be written on the screen.
Although using Linux, I can't use "system(curl ...);", because it can't be installed in my case.