Search results

  1. eddiex666

    in a form, how to get db data into dropdown?

    I have a form and i want the data from my table to be in a dropdown menu my db contains: 'name' = 'Elvis' I tryed to set my element to "field" and do a sql query. like this: $query1->setQuery(SELECT id,name FROM `table1`.users;); $db->setQuery($query1); $result1 = $db->loadResult(); return...
  2. eddiex666

    add comma (,) to a number?

    I would like to add a comma (,) to my list view. List view shows a table row that has a number 10000 I would like to present (not change) it to 100,00 Is that easy? Eddie
  3. eddiex666

    autofill 1 field on create new database entry on a form?

    I have a list shat is listing a mysql table. I have: id - "auto-inc" field userID - usersID in my table, this is a number... (not joomla) userNAME - usersname. I do a list with pre-filter = "<username>" (a user name from another variable) (it can be for example {$my->userid}) so when I do a...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top