Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 20th November 2011
Guesuper Guesuper is offline
Ceriwiser
 
Join Date: Nov 2011
Posts: 408
Rep Power: 15
Guesuper mempunyai hidup yang Normal
Default textfield dengan autocomplete

saya mau tnya mengenai script utk menampilkan datatika secara otomatis seperti pencarian data pada google kalau tdk salah secara autocomplete. saya punya tabel user sbb




Code:

CREATE TABLE IF NOT EXISTS `user` (
`userid` int(50) NOT NULL AUTO_INCREMENT,
`username` varchar(20) DEFAULT NULL,
`nama` varchar(50) DEFAULT NULL,
`password` varchar(50) DEFAULT NULL,
`posisi` varchar(50) DEFAULT NULL,
`nim` int(50) DEFAULT NULL,
`nrp` int(50) DEFAULT NULL,
`kode_prodi` varchar(50) DEFAULT NULL,
`prodi` varchar(50) NOT NULL,
`kelas` varchar(50) DEFAULT NULL,

PRIMARY KEY (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=21 ;

data yg akan d ambil adlah data nim,

jdi ketika user mengetikkan nim, maka akan keluar sendiri isi nim2 tersebut

mohon bantuannya

</div>
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Terkait
Thread Thread Starter Forum Replies Last Post
Textfield low level JagoVB Programming 0 20th November 2011 11:33 PM
[ASK] java GUI 5 TextField ke dalam 1 textArea Linuxmania Programming 0 20th November 2011 10:43 AM
(ASK) C# -- Bikin Textbox Autocomplete Badguy13 Programming 0 20th November 2011 01:08 AM
Input only number in textfield java Darkc0der Programming 0 20th November 2011 12:22 AM
FCBKCOMPLETE atau autocomplete Braincode Programming 0 11th November 2011 02:15 PM

 


All times are GMT +7. The time now is 04:23 PM.