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…
Show password
13 Nov 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…
Dynamic combobox
8 Nov 2020 Leave a Comment on Dynamic combobox
Let’s suppose we want to filter using data from a combo box (“Option” item). To…
Bullets lists with custom symbols
Even if you have some predefined offers of bullets lists, you can use other options….