dropdown list Programming Web Development by arsala khan give php code for dropdwon list : when we select database value in dropdwon list i.e username and there password show the fornt of dropdown list need help,,asp.net and sql update problem Programming Web Development by johnny.g … box1 then the corresponding last name is selected in the dropdwon listbox2...till now everything is working fine,,,now if i… Aspx in Notepad - populate a dropdown with SQL DB & query Programming Web Development by ismailc … down down from a sql database and get selection of dropdwon value. Coding in Notepad & not in Visual Studio I… Inserting date from dropdowns to database Programming Web Development by sajidk25 … in php.I m trying to insert date from 3 dropdwon to my date table.It is working well but in… Populate Dropdown-Checkbox with Dropdown using jQuery, AJAX and MySQL Programming Web Development by abhi10kumar I have city and its corresponding locality. City is showing dropdwon and Locality in Dropdown-Checkbox I got code Dropdown-Checkbox, … php mysql ajax Programming Web Development by Nabaneeta I have two dropdwon box. First box has names of the states. Choosing a … Drodown list insert Programming Web Development by Murphyv10 … form , however I cant get it to insrt with the dropdwon list, any help would be loved <h1>Insert… PHP Dropdwon Menu Search Form Programming Web Development by Kieron Thomas Hi all, I am kinda new to web design and also PHP. I am currently working on a Mobile Tyre Fitting website for my dad and need a little help on a search form. The search form has 3 dropdown menu's which are WIDTH , PROFILE and SIZE. I have a database with these in a table as well as some other information. Using dreamweaver I can create a … Re: PHP Dropdwon Menu Search Form Programming Web Development by vibhaJ This is just demo code. Change your database table field names and run it. [CODE] <? if(isset($_POST['search'])) { echo 'Search Result :<br />'; $width = mysql_escape_string($_POST['width']); $profile = mysql_escape_string($_POST['profile']); $size = mysql_escape_string($_POST['size']); $where = " 1=1 "; if($… Re: PHP Dropdwon Menu Search Form Programming Web Development by Kieron Thomas Hi thanks very much for your quick reply. This kinda helps me out, just that I need the text fields to be drop down menu's where the user selects the right size. How would I get that to work? Many Thanks again Kieron Thomas Re: PHP Dropdwon Menu Search Form Programming Web Development by vibhaJ here we go... [CODE] <? if(isset($_POST['search'])) { echo 'Search Result :<br />'; $width = mysql_escape_string($_POST['width']); $profile = mysql_escape_string($_POST['profile']); $size = mysql_escape_string($_POST['size']); $where = " 1=1 "; if($width != "") $where.=" AND width='$width'"… Re: PHP Dropdwon Menu Search Form Programming Web Development by TySkby I may be off-track, but are you meaning that you want the drop-down values to populate as you go? Ie, you select a value from "Width" and based on that selection you are offered options for "Profile" and then offered options for "Size" based on the two previous selections. Do I have that right? And are you trying to… Re: PHP Dropdwon Menu Search Form Programming Web Development by Kieron Thomas HI TySyBy, thanks for your message. Yes that would be great idea and I have seen that kinda search done on another tyre website. However I just want to start simple at the minute for a 'simple mind'. I have a database with the following fields in it; WIDTH, PROFILE and SIZE. I have created a form with 3 drop down lists named as WIDTH, PROFILE and… Re: PHP Dropdwon Menu Search Form Programming Web Development by TySkby I'll admit, I don't know much about using Dreamweaver for stuff like that (and I have CS4), so I don't know how Advanced Recordset works. However, I've found that Dreamweaver lacks in the PHP department (I only ever use it for HTML when I'm too lazy to do it by hand), in my opinion. Again, I don't have CS5, so maybe it's better, but if I were … Re: Multiple COmbo Box Programming Web Development by awinandak … the second country,it will at the 1st country 2nd dropdwon box also...how can i solve my problem? any ideas… Re: Dynamic two select dropdown Programming Web Development by erietha88 thank you so much, veedeoo. That's what i was looking for. You made the script so simple. All i have found untill now have long script and using arrays. Is it possible to change the value of the second dropdwon value into a hyperlink? I just need two drop down list, the second drop down will be a hyperlink list option with a go button. Re: Why is now everything a "article"? Community Center Meta DaniWeb by diafol I have to agree with Airshow. Article does suggest (to me anyway) a 'standalone' piece. OK I know blog entries and reports usually have comment sections, but you get what I mean. When moderating there's the dropdwon choice of 'Type of Article' - Discussion Thread or Code Snippet. I suppose you had to call it something. Re: dropdown list Programming Web Development by arsala khan dropdown list php code when select username in dropdown list there password which lies in database autmitically display Re: dropdown list Programming Web Development by arsala khan signout code in php Re: dropdown list Programming Web Development by almostbob NO show some effort, begin yourself, post your code and ask for critiques it is not up to others to do your home work [url=http://lmgtfy.com/?q=php+mysql+create+dropdown+list+from+query+results]Let me google that for you[/url] or [code=php]if($you = 'dont like it') echo 'KMAYOYO';[/code] define:[url=http://lmgtfy.com/?q=KMAYOYO]kmayoyo[/url] Re: need help,,asp.net and sql update problem Programming Web Development by johnny.g guys i m waiting for ur reply,,,,,,pls help asap Re: need help,,asp.net and sql update problem Programming Web Development by bala24 Can you tell me how you are trying to approach this in the first place before I suggest anything ? Re: need help,,asp.net and sql update problem Programming Web Development by johnny.g do i need to paste my whole code Re: need help,,asp.net and sql update problem Programming Web Development by johnny.g code on submit button>>>> If conn.State = ConnectionState.Closed Then conn.Open() End If If (DropDownList1.SelectedValue.Equals("Standard")) Then st = "Menu_Standard" Else st = "Menu_User" End… Re: need help,,asp.net and sql update problem Programming Web Development by bala24 [QUOTE] MsgBox(str10) cmd = New SqlCommand(str10, conn) Try da = cmd.ExecuteReader [/QUOTE] Just curious.. Why are you calling an ExecuteReader with an update query? Shouldn't you be using an ExecuteNonQuery instead? Re: need help,,asp.net and sql update problem Programming Web Development by johnny.g [QUOTE=bala24;634235]Just curious.. Why are you calling an ExecuteReader with an update query? Shouldn't you be using an ExecuteNonQuery instead?[/QUOTE] dude it doesnt take da withexecute non reader ne idea how to do it Re: need help,,asp.net and sql update problem Programming Web Development by bala24 Sorry didn't get you. But let me clarify myself. When you use a command object to update or insert in a database, you need to use an Executenonquery. Maybe this is giving the problem. So try [QUOTE]da = cmd.ExecuteNonQuery[/QUOTE] in the end where you are trying to update the table instead of using ExecuteReader. Re: need help,,asp.net and sql update problem Programming Web Development by johnny.g fine,,let me clear maslf 1ce again....in detail i have 3 dropdownlist in ma page,,ok,,on selecting a value frm 1st dropdownlist,,dropdownlist 2 gets updated with its corresponding value,,,now if i select a value from dropdownlist2 the corresponding value gets selected in dropdownlist3.....till now all is working fine...now,,if i select a different… Re: need help,,asp.net and sql update problem Programming Web Development by bala24 Yes ..I got it that far.. [QUOTE] m not able to get the new value(i.e the new selected value)[/QUOTE] So is it giving you any error while updating? If yes, can you post that as well. If no, well we 'll think of that part later. Re: need help,,asp.net and sql update problem Programming Web Development by johnny.g [QUOTE=bala24;634346]Yes ..I got it that far.. So is it giving you any error while updating? If yes, can you post that as well. If no, well we 'll think of that part later.[/QUOTE] no bala,,it is not giving any kind of error,,,i am not able to get the new value of dropdownlist3,,,let me clarify 1ce again if u still didnt get it,,let …