drupal 7: unblock users via database
simply delete all entries from flood table or run simple query in database like “truncate table...
Learn Linux, Nginx, Apache, MongoDB, MySQL, PHP, Javascript, CSS
simply delete all entries from flood table or run simple query in database like “truncate table...
create new file “password.php” on root dir and add following code run password file i.e drupal/password.php...
html: javascript: var regEx = /^foo/; var elm = $("div"); var classes = elm.attr(‘class’).split(/s+/); //it will...
Caching have a phenomenal effect on server reducing load and better utilizing resources. Zend framework provides Zend_Cache as...
example $html = '<body> <div>some text</div> </body>'; $regExp = '/<body>(.*)</body>/msU'; preg_match($regExp, $html, $match); print_r($match);
Helpers in ZF(Zend Framework) are often confusing for newbies. Purpose of writing this article is to...
Recent Comments