Jump to content
UBot Underground

Ui Button To Save To Database


Recommended Posts

Hello,

 

I have a code like below

 

ui text box("email",#email)
ui text box("password",#password)
ui button("Save") {
}
ui drop down("Select Account","account 1,account 2,account 2",#selectaccount)
ui button("Delete") {
}

 

I want to type email and password in ui text box and when I click save ui button it will saved to database and when I type new one it will save again ass new line on my database. then it show on my dropdown menu and I can delete it from database.

 

could anyone help me, 

 

thank you

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...