Related Articles
MySQL Introduction (NEW)
MySQL – HTML Form Validation with PHP (filter_var)
You can validate that variable values look how they are supposed to by using filter_var in PHP. Filter_var determines if an email address, IP address, Int, Float, etc are formatted how they are supposed to […]
PHP Programming (NEW)
PHP – Send Data to PHP with HTML Form
Sending data to PHP from an HTML form is easy.
PHP Programming (NEW)
PHP – Naming Array Keys
Naming Keys in Arrays makes it easier to verify you are interacting with the appropriate data in an array.
Be the first to comment