You are here:

C/how can I send an int value to website

Advertisement


Question
Hi Narendra

I am working on linux with gcc compiler and i am reading some int value from a file and I want to send that int value to a text file in a website, how can I send the int value to the website using C ? is there a function that helps me to do this.

thank you in advance
Mazin

Answer
It is not the C programming that helps you in this.
It is the underlying protocol, which you need to understand.
For communicating with a webpage, you will need to use http protocol and once you are able to do that, you can use C programming to implement your understaning.
There are no ready made functions in C to do this.

C

All Answers


Answers by Expert:


Ask Experts

Volunteer


Narendra

Expertise

I can answer questions in C related to programming, data structures, pointers and file manipulation. I use Solaris for doing C code and if you have questions related to C programming on Solaris, I will be able to help better.

Experience

6.5

Organizations belong to
Sun Microsystems

Awards and Honors
Brain Bench Certified Expert C programmer.
Advanced System Software Certified

©2012 About.com, a part of The New York Times Company. All rights reserved.