Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<?php include 'phpQuery.php'; $url = 'http://habrahabr.ru/company/genue/blog/210610/'; $html = file_get_contents($url); $doc = phpQuery::newDocument($html); echo (string)$doc;
<?php include 'phpQuery.php'; $url = 'http://habrahabr.ru/company/genue/blog/210610/'; $html = file_get_contents($url); $doc = phpQuery::newDocument($html); echo pq('html')->html();
GRANT ALL PRIVILEGES ON *.* TO admin@"%" IDENTIFIED BY 'some_password' WITH GRANT OPTION;
'catalog/<razdel:\w>/<idname:\w+>'
'catalog/<razdel:\w+>/<idname:\w+>'