This is a discussion on "MOD Help" within the PHP Forum section. This forum, and the thread "MOD Help are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
MOD Help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
MOD Help
hi,
i'm trying to mod a script, using .php and mysql its uses check boxes in search form. I could just rename the checks to desired ones. but doing this stills shows the original names when search button is pressed, i dont it looks to good. so im asking for some advice. there are three .phps involved. a holding .php a template .php and the install .php this is an example of the check box option from the holding page. if(!empty($_POST[NearSchool])) { $school = $_POST[NearSchool]; which i think coresponds to NearSchool char(1) NOT NULL default 'n', in the install .php i would like to change the options, to relevent ones, such as laundry, garage, pool etc. do i just need to rename these and all the corresponing one? and will this also work for drop down menus? many thanks, |
|
|
![]() |
| Tags |
| mod, help |
| Thread Tools | |
|
|