programming help mysql php
Search Only:

Search Keyword multiselect list box cakephp

Total: 40 results found.

Page 1 of 2
Afternoon all, i am having trouble adding information to a database based on a dynamic list box. I have a main products table with id, product id, description, etc etc I have a ...
is there a list box control in either PHP or HTML where i can add contents to the list at run time? i.e looping through rows in a database and adding the contents to the list box thanks is ...
I have a few different links on my page that lead to the same page in this way. www.a.com/rate.php?mode=rate1&service=abc www.a.com/rate.php?mode=rate1&service=def www.a.com/rate.php?mode=rate1&service=ghi ...
Hi all I need some help/advice with a drop-down listbox. At the moment this is what Im using to search ages on my PHP/MySQL database. it works perfectly, but I dont like the way it looks. ...
Hi I am relatively new to php and am trying to create 2 list boxes- one listing countries and another listing regions within those countries. I am using a mysql database table (Villa) with the ...
i have succesfully managed to get my list box to pull the data from the product_name field in the database i now need the list box to do exactly the same thing again but pull the price field ...
I have a list box with (currently) 5 different values. Id like users to be able to select multiple values, then use those as search criteria. Heres what I have, but its not working: PHP ...
Hi all, Im just wondering about how i would enter all the different names i would get from a table into a list box? I know how to get the info from the db but not how to put each one ...
hi all, in my project there are two list boxes...from the first the user can add values to the second. The thing is, how can I request the "User-Added-Values" of the second list ...
Hi, I have created some coding to display multiple list box. However, I got some problem to display the selected value as it always display at the bottom. May i know how to make selected value ...
Hi .. My problem is as follows. I have two list boxes with different data in each .When the user makes a selection in both the list boxes and presses the button the data should be placed ...
Hi, can anyone pls tel me whats wrong with my code. It cant display the description into multiple list box when value from tabe A matched with valule from table B. //retrieve the value store ...
Hi, Can anybody help me with the problem of display mutiple list box result? I am trying to use list a list/menu field with multiple options allowed but i am only getting the very first ...
I am trying to list my mail boxes. The PHP code I am using right now is: PHP Code:  $list = imap_list($inbox, , *); if (is_array($list)) {  ...
Hello I found a function on URL that can be called to populate a list box with the contents of a mySQL table. I have been looking for a means of populating form drop downs and this ...
I am using the following code to pull back a field from a mySQL table into a list box. $listquery = "SELECT teamName FROM nunc_teams"; $result = mysql_query($listquery); echo ...
I have tried few solutions without listboxes, but I think for the problem multiselect listboxes would be exactly excellent solution. I have three level search engine to establish. MySQL database ...
Hi, I have a listbox which is values dynamically from information in a mysql database. The problem I am having is that whenever I select an entry in it, it does not pass that entries value, ...
is there any way for me to create multiple list [combo] boxes that is populated dynamically from my database without using javascript. I just started learning php, but as of yet, I have no clue ...
I am trying to find out if there is a way to autocomplete (sort of) a text field in a form. This is what Im trying to do: Registration form Registration fee (listbox with values 1-10) at ...
<< Start < Prev 1 2 Next > End >>