Brent Clark wrote:
Hi all

Howdy,

Sorry for posting this here

No need to be sorry just post PHP questions to a PHP list.

> (no to anger anyone, could you please reply
back off line)
I am in need of simulating the post like a web client

The html would look like this:

<form name="form1" action="propsearch.pl" method="post">
<textarea rows="12" cols="70" name="msg">GREENc</textarea>
<input type="submit" value="Submit">
</form>


This is what I have so far:

<?php

Thats the first mistake :)

Don't use PHP use Perl, specifically the LWP modules (search.cpan.org)

If it absolutely must be PHP for some weird and gun-to-your-head reason then itd be best to ask a PHP list.

Besides that, I;m not sure there is any problem you mention only that you want to do what it looks like a bunch of code you specified does... (IE the value is not passed, theri is a psecific error, etc etc ???)

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to