Hello Guys...
i'm very new to C Programming, but i'm learning quite well...
how can i parse only a part of a string?
my string is always like this:
Code:
GET /send.htm?Text=START HTTP/1.1
only the "START" part can change according to user input, but that part is always after the "=" sign and before " " (the space) before HTTP.
i need to retrieve that part only and save into an variable. how can i do this?
i would appreciate it if some one could help me with this, an example code or something would be really nice.

thanking you in advance