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…

Continuare...
Posted in CSS HTML JavaScript

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;…

Continuare...
Posted in PHP SQL

Dynamic combobox

Let’s suppose we want to filter using data from a combo box (“Option” item). To use real-time date,…

Continuare...
Posted in CSS HTML

Bullets lists with custom symbols

Even if you have some predefined offers of bullets lists, you can use other options. For example, if…

Continuare...