Re: A quick ereg translation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



SagaciousDev PHP-Dev wrote:
This should do the trick:
preg_match('#<body>(.*)</body>#is', $content, $matches);

TA - That has got it ;)
That is tidier than what I had ended up with ...
#<body>([^\']*?)<\/body>#
from a 'tutorial'

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux