Troubleshooting of PHP errors: Difference between revisions

Jump to navigation Jump to search
Line 150: Line 150:
* PHP: starts with dollar symbol $var<ref>[http://www.php.net/manual/en/language.variables.basics.php PHP: Basics - Manual]</ref>
* PHP: starts with dollar symbol $var<ref>[http://www.php.net/manual/en/language.variables.basics.php PHP: Basics - Manual]</ref>
* javascript: the first character can be a letter or _ or $, and the other characters can be letters or _ or $ or numbers.<ref>, and the other characters can be letters or _ or $ or numbers.</ref>
* javascript: the first character can be a letter or _ or $, and the other characters can be letters or _ or $ or numbers.<ref>, and the other characters can be letters or _ or $ or numbers.</ref>
== PHP function and its reversed function ==
* [http://php.net/manual/en/function.mysql-real-escape-string.php PHP: mysql_real_escape_string] e.g. {{kbd | key=<nowiki>Tom\'s Adventure</nowiki>}} ↔ [http://php.net/manual/en/function.stripslashes.php PHP: stripslashes] e.g. {{kbd | key=<nowiki>Tom's Adventure</nowiki>}}


== tools ==
== tools ==
Line 158: Line 161:
* [https://itunes.apple.com/us/app/dash/id449589707?ls=1&mt=12 Dash 3] for {{Mac}}  - API Docs & Snippets. Integrates with Xcode, Alfred, TextWrangler and many more. on the Mac App Store
* [https://itunes.apple.com/us/app/dash/id449589707?ls=1&mt=12 Dash 3] for {{Mac}}  - API Docs & Snippets. Integrates with Xcode, Alfred, TextWrangler and many more. on the Mac App Store
* [http://devdocs.io/ DevDocs API Documentation]
* [http://devdocs.io/ DevDocs API Documentation]


== troubleshooting steps of function ==
== troubleshooting steps of function ==

Navigation menu