Vertical alignment or centered vertically using DIV

I have always encountered the problem of vertically align a div to avoid having to be modifying the paddingwhen the text size is too long and takes up two rows … well here I leave the point of how to make thisautomatic alignment as it we do when we use a table … and it […]

Escaping quotes and special characters

One of the problems that we have found to make applications for PHP, is the need to escape the quotation marks in forms or in any update that is done from the front-end and stored in the DB my_sql. After reviewing some pages on the internet and see that many of us have the same […]