On Thursday 24 January 2002 10:47, Michael P. Carel wrote:
> Hi there,
>
> I have a problem here regarding the form table name variable (i.e <input
> name=Process type text>), when i used Href tags to send the variable in the
> next  script it does'nt recognized the $Process variable. I've tried the
> the submit type but but im having problem with other $variable in the table
> which is not part of the form.
> Here's the script:

Correct me if I'm wrong, it seems like you're trying to set some values in a 
form AND trying to pass values through the URL. You cannot do both at the 
same time. Well actually you can if you use javascript.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
Recursion is the root of computation since it trades description for time.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to