Related Articles
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.
PHP Programming (NEW)
PHP – Access Named Keys in Arrays – Foreach()
The foreach() function can turn Named Keys into variables just like it does array values.
PHP Programming (NEW)
PHP – Send Emails – mail()
You can send emails directly from PHP scripts using the mail() function. You need to have a local email server setup to do this, to to learn it’s best to use a shared hosting account […]
Be the first to comment