You are here: Extract Content Between Style Tags with Preg and PHP « All PHP « IT news, forums, messages
Extract Content Between Style Tags with Preg and PHP

Posted by ameshkin on 09/08/06 05:15

This script I wrote works with tables, td's and div's, but not with
style tags. Can anyone figure out the regular expression for finding
<style> tags. The trick is that sometimes its not just <style> Its
<style type="text/css">

Basically, i want to take the information in between the style content
from any url

<?php

$url = "http://www.anyurlwithstyletags.com";
$html = file_get_contents($url);

//preg_match_all("/<style.*style>/", $html, $matches);
preg_match_all("/<div.*div>/", $html, $matches);
//preg_match_all("/[\s]*[<style>][\s]*[\w]*[\s]*[<\\style>][\s]*/",
$string, $matches);
//preg_match_all("/(\<[
\\n\\r\\t]{0,}style[^>]*\>|\<[^>]*[\\n\\r\\t]{1,}style[^>]*\>){1}([^<]*<([^(\/>)]*(\/[^(t>)]){0,1}(\/t[^(r>)]){0,1})*>)*(\<[
\\n\\r\\t]{0,}\/tr[^>]*\>|\<[^>]*[\\n\\r\\t]{1,}\/style[^>]*\>){1}/i",
$html, $Matches);

foreach($matches[0] as $div) {
echo $div;

}

?>

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация