an
groups-icon

State select in php?

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    David RODRIGUEZ GARCIA
    0 points
    Beginner

    Hi! Is there anyway to insert a State select in a php file? Searchme theme has a search box, but I need to customize it.

    The code to insert a category select is:
    <select name=”cat1″ class=”form-control input-lg”>
    <option value=””><?php echo $CORE->_e(array(‘button’,’31’,’flag_noedit’)); ?></option>
    <?php if(!isset($_GET[‘cat1’])){ $selcat = “”; }else{ $selcat = $_GET[‘cat1’]; } echo $CORE->CategoryList(array($selcat,false,0,THEME_TAXONOMY)); ?>
    </select>

    But I need to insert a State (not linked) search…

    Any ideas???

    Thanks!!!

    May 5, 2014 at 5:15 am
  • David RODRIGUEZ GARCIA
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    May 6, 2014 at 5:38 am
  • David RODRIGUEZ GARCIA
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    May 12, 2014 at 8:40 am
  • Mark Fail
    11,845 points
    Platinum User
    Bronze User Silver User Gold User Platinum User Helpful Award Fast Responder Thank You Coffee Villian Award Video Testimonial
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    May 12, 2014 at 9:22 am
  • David RODRIGUEZ GARCIA
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    May 12, 2014 at 2:18 pm

452

Views

4

Replies