Related Articles
*NEW
PHP Project (Simple) – Dynamic Photo Gallery Stream
Using the GLOB function in PHP you can put all of the file names on a folder, and then print them out with additional HTML to create a Dynamic Photo Stream. In this project the […]
*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
PHP Programming (NEW)
PHP – Turn File Into an Array – file()
By turning a file into an array you can work with the data within it as you would a standard array.
Be the first to comment