[Proto-Scripty] Re: Scriptacuous: autocomplete How do I update my database in PHP after the string is found

2008-11-19 Thread alohaaaron
You do an UPDATE: > $sql = UPDATE tablename set ARTISTNAME='your new value' WHERE ID=$data["ID"] > > This is two database queries.  You can do it in one, but I'd get this going > first.  To do it in one, you use 'ON DUPLICATE ENTRY..." and some more >

[Proto-Scripty] Re: Scriptaclous Problem

2008-11-19 Thread alohaaaron
Thanks colin! On Nov 12, 4:16 am, ColinFine <[EMAIL PROTECTED]> wrote: > On Nov 11, 4:45 pm,alohaaaron<[EMAIL PROTECTED]> wrote: > > ... > > > I also can't get the results to show by just the first letter.  Say if > > the list contains coffee and

[Proto-Scripty] Scriptacuous: autocomplete How do I update my database in PHP after the string is found

2008-11-19 Thread alohaaaron
Hi, I'm trying to update my database with the string that is selected by the user but am not sure how to do so? Thank you. Here is my call in html. //

[Proto-Scripty] Re: Scriptaclous Problem

2008-11-11 Thread alohaaaron
s mode" HTML. > > Walter > > On Nov 4, 2008, at 4:49 PM, bluezehn wrote: > > > Then slowly change each part of the demo until it's your code that you > > want. At some point it will break in IE! Post here what change it was > > that broke it and we'll

[Proto-Scripty] Why don't arrow keys work

2008-11-11 Thread alohaaaron
Hi, I"m not able to use arrow keys here with this example to scroll through the list of results. Aren't arrow keys enabled by default? I've tried version 1.81 as well but no luck. http://wiseguysonly.com/demos/scriptaculous/ajax-autocompletion/autocomplete.php Thanks, Aaron --~--~-~--~

[Proto-Scripty] Why don't arrow keys work

2008-11-11 Thread alohaaaron
Hi, I"m not able to use arrow keys here with this example to scroll through the list of results. Aren't arrow keys enabled by default? I've tried version 1.81 as well but no luck. Thanks, Aaron --~--~-~--~~~---~--~~ You received this message because you are subsc

[Proto-Scripty] How do I search for characters in order of input?

2008-11-11 Thread alohaaaron
Hi, I'm trying to modify the demo here http://wiseguysonly.com/demos/scriptaculous/ajax-autocompletion/autocomplete.php which works great but I'd like to search character by character instead of searching for a character within the string itself. For example, If I have these strings in a databas

[Proto-Scripty] Scriptaclous Problem

2008-11-04 Thread alohaaaron
Hi, For some reason the demo examples of scriptaculouos to do an autocomplete drop down don't work on IE. I download the latest version of scriptaculous and run the ajax_autocompleter2_test and it doesn't give me the dropdown lists in IE but it works fine in firefox. But their example here http