Clearing the cache
Because of cache (temporary memory) may see the old version of a page or article on a site…
Multiselect filtering in the form, using ListBox
Single Form To achieve the desire in the title it is required a table, a form and a…
Search in a CSV file, via PHP
As I mentioned in the previous article, sometimes it can be useful to connect to a CSV file,…
Online display of values in a CSV file
Assuming that it is necessary to access information that is contained in a CSV file, the easiest way…
Integration of external pages in WordPress site
It is possible at some point to use certain pages made outside of WordPress, but on the same…
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
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
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…
Outline Font
If you need to use outline font (in case you have to place a white text on undefined…