Related Articles
PHP Programming (NEW)
PHP – Set and Read Cookies – setcookie()
Cookies allow you to set variables that are persistent between multiple visits to a website.
MySQL Introduction (NEW)
MySQL – Update Records with PHP
Using PHP you can update records in your MySQL tables. phpUpdate.php
*NEW
PHP – See Variable/Array Values with var_dump()
The var_dump() function allows you to see what a variable’s data type is, and what it’s value is. var_dump() https://www.php.net/manual/en/function.var-dump.php https://www.w3schools.com/php/func_var_var_dump.asp varDump.php
Be the first to comment