To learn PHP you’ll need a LAMP server of some sort, a text editor, and a good study guide. I highly recommend buying a book because it’s an excellent UI while learning a language.
Related Articles
PHP Programming (NEW)
PHP – Code Reuse – include
Using includes you can reuse the same code in multiple scripts.
*NEW
PHP – Time and Date Functions
The time() and date() functions allow you to add time data to your applications. Time() provides the seconds since Unix Epoch (January 1, 1970) which is useful for basic timing in your application. The date() […]
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