MOD Help

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 29th, 2006, 16:53
New Member
Join Date: May 2006
Location: uk
Age: 27
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
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,
Reply With Quote

Reply

Tags
mod, help

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 05:51.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43