* Thus wrote Nick Wilson:
> Hi all, 
> 
> Im using php's cURL module to submit a form on a remote site. All is 
> *good* so far but i dont know what parameter to pass to ensure that 
> this checkbox is 'checked':
> 
> <INPUT TYPE="checkbox" NAME="a" VALUE="on">

TIAS.

a=<value|"on")

which ever the browser seems appropriate.

Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to