Related Articles
*NEW
PHP Project (Simple) – Dynamic Photo Gallery
This project shows you how to create a Picture Gallery App that is dynamically based off of the pictures in a folder. Previous Classes in Series: PHP Project (Simple) – Dynamic Photo Gallery Stream Prerequisites: […]
PHP Programming (NEW)
PHP – Text Editor for Writing…
You can use basic ASCII Text editors to write PHP code. You simply need to save the file with the .php extension.
*NEW
PHP – $_GET to Send Variables in Hyperlinks
You can send Variable Names and Values using hyperlinks to PHP Scripts. This is an easy way to send variable data, but is incredibly insecure. To send a variable to a PHP script add ?variable_name=variable_value […]
Be the first to comment