Joomla! Discussion Forums



It is currently Mon Nov 23, 2009 8:36 pm (All times are UTC )

 





Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Select box issue
Posted: Mon Oct 29, 2007 12:03 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Sep 19, 2007 9:28 am
Posts: 12
Hi everybosy,

i am struggling with this... i want to display some country names from database table..
this is my code .. i have written in my view.html.php file..
and in my view page default.php i have written this          lists[id]; ?>

my code is bellow..

function country() {
        //global $database;
      $query = "SELECT * FROM #__country";
      $database->setQuery( $query );
      //$database1 = $database->execute($query);
      $ref_cat = $database->loadResult();
      $referal_cat_values=explode(" ",$referal->id);
      $list[id] = JHTML::_('select.genericlist',$ref_cat,'id[]','multiple class="inputbox"','value','text',$referal_cat_values);
      print_r($database1);
      //return $database1;
  }


anybody is there to help me...


Top
  E-mail  
 
 Post subject: Select Box
Posted: Mon Mar 24, 2008 3:14 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Mar 01, 2008 2:44 pm
Posts: 20
I have written a code in Joomla 1.5 for select box.But it is not working. can anybody help me how to store the value that is selected from Select Box into table(Database).


ram


Top
  E-mail  
 
 Post subject: Re: Select box issue
Posted: Mon Mar 24, 2008 5:14 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Thu Aug 18, 2005 12:06 pm
Posts: 707
Location: Netherlands
Nu idea why you post this in the summer of Coee 2007 forum area, please post code related questions in the 101 or 1.5 development forum area. Locking this post.

_________________
Personal blogs can be found on http://JFoobar.org
/www.moovum.com - The Bird is in the air! Get Mollom Anti-Spam on your Joomla! website with Moovur...
www.abillo.com - The dream expierence


Top
   
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group