WMCPA: Intro to PHP Talk Presentation, Notes, Links
Mar 14, 2013
php
This post is more than 18 months old. Since technology changes too rapidly, this content may be out of date (but
that's not always the case). Please remember to verify any technical or programming information with the current
release.
Just finished a talk at the Wisconsin Midrange Computer Professional Association and wanted to share the info. This particular talk was an introduction to PHP.
The slides can be downloaded Here.
Useful Links
The Environment
-
On Windows? Check out WAMP
-
Mac? Download MAMP
-
Linux: Try taskel install lamp-server
PHP Resources
-
Check out PHP.net for all your information.
-
I like to search function names by adding them after the .net of the PHP url… so do search strlen(), you can do php.net/strlen
More PHP Tutorials
Check out w3schools PHP tutorials (sadly, the page is ASP though!)