G
George Mpouras
I want to catch row data posted to a CGI script.
No url params are defined.
STDIN
$q->param('POSTDATA')
$q->param('PUTDATA') are blank
The only success I have is the $q->param(keywords)
it returns the data until the first space .
Any hint ;
No url params are defined.
STDIN
$q->param('POSTDATA')
$q->param('PUTDATA') are blank
The only success I have is the $q->param(keywords)
it returns the data until the first space .
Any hint ;