PHP - remove html tags from string except <img> - by manhag i want to remove all tags except img tag $words = strip_tags($words, ''); is it useful ? Read the article
how can i use RegExp to grap data from this site ? - by manhag i want to grap data from this site using RegExp http://www.islamqa.com/en/ref/20494 specially data in div with class="subject-container" i tried this /<div class="subject-container">(.*?)<\/div>\s*/is but it gave me Invalid RegExp why? Read the article
mysqldump backup and restore to remote server - by manhag how can i use mysqldump to backup and restore database to a remote server both have root access i am using putty Read the article