|
bookmarks:
|
main | ongoing | archive | private |
- # comment - /* */ Multiline comment - $variable = "something" - variables are case sensitive and alphanumeric - example of variable: echo "I love " . $txt . "!"; - trim($x); - Avoid PHP exploits with '<form method="post" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>">'