Posted in PHP SQL

Display filter results in the same page, without a button

To display the content as a result of a selection from a combobox, but without using a Submit…

Continuare...
Posted in WordPress

Install WordPress on localhost

For example, we used WAMP as a WordPress running platform. So, starting from the fact that WAMP is…

Continuare...
Posted in WordPress

Shortcode for embedding PDFs

If you want to view, directly from a post (article, page), the content of a PDF file without…

Continuare...
Posted in CSS HTML Projects

CSS Tabs

To use tabs as a tool for elegant information sharing, we can use predefined plugins or we can…

Continuare...
Posted in MS Access VBA

Proper Text in MS Access

Excel has the default function Proper, which allows the ability to display only the first letter of a…

Continuare...
Posted in MS Access VBA

Calculating seniority up to a certain year

Let’s assume that knowing the date of employment, we would be interested in the seniority of employees (in…

Continuare...
Posted in Browsing Windows

Clearing the cache

Because of cache (temporary memory) may see the old version of a page or article on a site…

Continuare...
Posted in MS Access VBA

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…

Continuare...
Posted in PHP

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

Continuare...
Posted in PHP

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…

Continuare...