-- WORK IN PROGRESS --
Why this tutorial?
{ | |
"name": "jquery.griphandler", | |
"version": "0.10.0", | |
"title": "jQuery.gripHandler()", | |
"author": { | |
"name": "Pieter Hordijk", | |
"url": "https://github.com/PeeHaa" | |
}, | |
"licenses": [ | |
{ |
How to parse and process HTML with PHP?
http://stackoverflow.com/questions/3577641/how-to-parse-and-process-html-with-php
Reference - What does this symbol mean in PHP?
http://stackoverflow.com/questions/3737139/reference-what-does-this-symbol-mean-in-php
Although there is a "Something Useful" topic it really isn't that uhhmmmm.... useful :)
http://www.php.net/manual/en/language.variables.external.php
Note:
The magic_quotes_gpc configuration directive affects Get, Post and Cookie values. If turned on, value (It's "PHP!") will automagically become (It's "PHP!"). Escaping is needed for DB insertion. See also addslashes(), stripslashes() and magic_quotes_sybase.
[**Please, don't use `mysql_*` functions in new code**](http://bit.ly/phpmsql). They are no longer maintained [and are officially deprecated](https://wiki.php.net/rfc/mysql_deprecation). See the [**red box**](http://j.mp/Te9zIL)? Learn about [*prepared statements*](http://j.mp/T9hLWi) instead, and use [PDO](http://php.net/pdo) or [MySQLi](http://php.net/mysqli) - [this article](http://j.mp/QEx8IB) will help you decide which. If you choose PDO, [here is a good tutorial](http://j.mp/PoWehJ).
Please, don't use mysql_*
functions in new code. They are no longer maintained and are officially deprecated. See the red box? Learn about prepared statements instead, and use PDO or MySQLi - this article will help you decide which. If you choose PDO, here is a good tutorial.
HTML5 will allow wrapping of blocklevel elements by a
tags: