Related Articles

PHP Programming (OLD)
If Else Statements in PHP Programming

*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 […]

PHP Programming (NEW)
PHP – Naming Scripts and Tags in…
You need to name your PHP files with a .php extension for them to work on your server. Past this you use the PHP Tags to trigger scripts within a web page. <?php print “Hello […]
Be the first to comment