where i may found simple 1-column css styles?
EDIT: templates like it - http://mashable.com/2007/09/13/one-column-website-templates/
but another
sorry my english
EDIT2: bignose, ok, thanks
My query:
mysql::getInstance()->update('requests', array('response' => mysql_real_escape_string($_POST['status'])), array('secret' => $_POST['secret'])); ?>
If i wand to add string with "&" symbol, all symbols after "&" stripped.
Example:
string: !"?;%:?*()_+!@#$%^&*()_+
in database i see only: !"?;%:?*()_+!@#$%^
How…