tags:

views:

477

answers:

1

Hi everybody

I Have a cgi script written with bash and i have to read a POST variable sent to this file. I am not good at bash scripting so i really need this help.

From a php script I send a POST variable named log_message to this cgi but i don't know how to parse the POST var from the header.

Any help?

+1  A: 

i found solution with tr and sed commands i only had to do something similar to urldecode ^^

fatmatto
Tell us how! The great google also wants to hear to tell the story to future generations.
Tadeusz A. Kadłubowski
fatmatto