Month: November 2020
Posted in PHP
Simple form for uploading files
One of the easiest ways to upload a file via a PHP interface would be to use two…
Show password
13/11/2020 Leave a Comment on Show password
Without too much explanation, the code “speaks” for itself. CSS @import url(“https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css”); .parola { border:1px solid gray; overflow:auto;…
Dynamic combobox
08/11/2020 Leave a Comment on Dynamic combobox
Let’s suppose we want to filter using data from a combo box (“Option” item). To use real-time date,…
Bullets lists with custom symbols
Even if you have some predefined offers of bullets lists, you can use other options. For example, if…