$tag_regex=array(
'/\(.*?)\<\/p\> /si' => "$1",
'/\<(\s*)(*.?)class\=(*.?)\>(.*?)\<\/(*.?)\>/si' => "$3"
);
$paragraphs=preg_replace(array_keys($tag_regex),array_values($tag_regex),$page);
I am not sure what tag is that you mean on , but in this
RE .. it should capture any tags (the first e
for getting those list?
thanks,
Stut wrote:
>
> On 16 Apr 2008, at 18:01, vester_s wrote:
>> Is it possible to do it without using imap? I am trying to get the
>> list of
>> all users that is on the newsgroup, is that possible?
>
> I'm wondering what possib
Is it possible to do it without using imap? I am trying to get the list of
all users that is on the newsgroup, is that possible?
chris smith-9 wrote:
>
> vester_s wrote:
>> Hi,
>>
>> Can anybody tell me how can php connect to NNTP to get the list of all
>&
Hi,
Can anybody tell me how can php connect to NNTP to get the list of all users
in the newsgroups?
thanks,
--
View this message in context:
http://www.nabble.com/PHP-with-NNTP--tp16713817p16713817.html
Sent from the PHP - General mailing list archive at Nabble.com.
--
PHP General Mailing L
4 matches
Mail list logo