Quantcast
Channel: NadeauSoftware.com articles from all months, 2007
Viewing all articles
Browse latest Browse all 10

PHP tip: How to strip HTML tags, scripts, and styles from a web page

$
0
0

The HTML tags on a web page must be stripped away to get clean text for a PHP search engine, keyword extractor, or some other page analysis tool. PHP's standard strip_tags( ) function will do part of the job, but you need to strip out styles, scripts, embedded objects, and other unwanted page code first. This tip shows how.

read more


Viewing all articles
Browse latest Browse all 10

Trending Articles