PHP
E-TERN-ization and COALE-scence
We’ve already discussed the ternary operator in another article. However, we haven’t yet covered the null coalescing operator…
Password reset form
One of the simplest methods is where the user is in our database with an email. In order…
Active menu highlighted
If you want to highlight the active menu, it can be done in a relatively simple way, by…
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…
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…
Simple form for uploading files
One of the easiest ways to upload a file via a PHP interface would be to use two…
Dynamic combobox
Let’s suppose we want to filter using data from a combo box (“Option” item). To use real-time date,…