Re: [PHP-WIN] search form doesn't work fine

2001-12-18 Thread George Nicolae
I have the same problme. i think is a bug in php.i do the follow: 1. i make one more option that i leave empty 2. in action file I verify if (!empty(SearchBySeason)) not if ($SubmitSearch) It works! -- Best regards, George Nicolae IT Manager ___ X-Playin - Professional Web Des

Re: [PHP-WIN] search form doesn't work fine

2001-12-18 Thread Afan Pasalic
Me, again. Found mistake. It is PHP related: Script: if($SubmitSearch) { // Show results! } ?> Search by: season: Search by Season Season 3 Season 2 Season 1 or by keyword: If you click on enter button - var $SubmitSearch doesn't get any value GOTCHA! Afan - Origi