RE: [PHP] _GET question

2003-08-01 Thread Chris W. Parker
Pushpinder Singh Garcha on Friday, August 01, 2003 11:11 AM said: > action="full_profile_1.php?val=$company"> Use a hidden form element instead. > Can some one tell me if the action parameter of the form is correct ? > Since in the first part of the if() stateme

[PHP] _GET question

2003-08-01 Thread Pushpinder Singh Garcha
Hello All, My application has a search / query feature where in the user selects the search criteria and is displayed a page containing the reults. The user must also be allowed to edit these results and save them later on. On the results page I use the following logic, // // START OF P