Monthly Archives: August 2021
echo multiparameter
There is a very known feature that differs echo and print instructions of PHP: echo takes several parameters, but print doesn’t. Don’t mind echo works silent, well print returns a value depending on execution success. Just as I’ve faced with … Continue reading
Posted in PHP, web
Leave a comment
Native HTML color picker
Not much to say, just to memorize: The result appears to be surprisingly workable for me: Try it out: Interesting to say, that different browsers react on the color picker in a different way. E.g., Firefox displays the following kind … Continue reading
Posted in HTML, web
Leave a comment
Embedded HTML block
Sometimes it makes sense to have some block HTML code separated from the main part of the code. For example, the footer with a navigation menu is considered to be placed on each page and to be modified just by … Continue reading
Posted in HTML, web
Leave a comment