Skip to content

How to validate two forms at once with php

I have two forms contained in one PHP file. One of the forms is for “log in” and the other form is to “sign up” i have some CSS and JS that will switch out the forms visually, but …

PHP Datetime Formatting

I am using an external API to fetch data on posts and its publish date format seems unusual: “created_at” : “Mon Jul 27 14:30:53 -0500 2020” I can pretty know when it was …