Pushpinder Singh Garcha <mailto:[EMAIL PROTECTED]>
    on Friday, August 01, 2003 11:11 AM said:

> <form name="form1" method="post"
> action="full_profile_1.php?val=$company">

Use a hidden form element instead.

<input type="hidden" name="val" value="$company"/>

> Can some one tell me if the action parameter of the form is correct ?
> Since in the first part of the if() statement when I try to retrieve
> the value of $_GET['val'] I do not get anything.

1. As an experiment did you try $_POST[]?

2. Making the above change (using input type="hidden") might solve your
problem.


hth,
Chris.

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

Reply via email to