Subject: NFG's PHP cheat sheet
I dabble in PHP programming fairly frequently. Not so often that I memorize very much, but often enough that I can sort of remember the commands I want to use but not the specifics of their implementation.
So here, for my own benefit, is a list of all my frequently-used PHP commands. You may enjoy them yourself, but you don't have to.
Don't forget that this file will be parsed so it should be a valid PHP chunk.
Like script.php?param=data
Things in double quotes are evaluated, single quotes are treated literally.
So here, for my own benefit, is a list of all my frequently-used PHP commands. You may enjoy them yourself, but you don't have to.
- include("./path/to/file.php");
- ($_GET["param"])
Things in double quotes are evaluated, single quotes are treated literally.
BLEARGH




Show profile
Link to this post