[PHP] Re: Re[PHP] gex to catch s

2008-05-06 Thread vester_s
$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

Re: [PHP] PHP with NNTP?

2008-04-16 Thread vester_s
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

Re: [PHP] PHP with NNTP?

2008-04-16 Thread vester_s
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 >&

[PHP] PHP with NNTP?

2008-04-15 Thread vester_s
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