Re: [PHP] searching for string inside document

2003-01-10 Thread Maxim Maletsky
Martin Hudec <[EMAIL PROTECTED]> wrote... : > Hello, > > i have document in html and i want to get out string between > tags to put it into another variable.. > > i am wondering if i could use eregi() herebut how? I cant figure > out any possible way... same with strchr() and strstr() all

RE: [PHP] searching for string inside document

2003-01-09 Thread Timothy Hitchens \(HiTCHO\)
day, 10 January 2003 3:22 PM > To: 'Martin Hudec'; [EMAIL PROTECTED] > Subject: RE: [PHP] searching for string inside document > > > Use Preg: > > // put your html into $html > > preg_match('/(.*)<\/title>/Usi', $htlm, $title); > >

RE: [PHP] searching for string inside document

2003-01-09 Thread Timothy Hitchens \(HiTCHO\)
IL PROTECTED]] > Sent: Friday, 10 January 2003 3:22 PM > To: [EMAIL PROTECTED] > Subject: [PHP] searching for string inside document > > > Hello, > > i have document in html and i want to get out string between > tags to put it into another variable.. > > i am w

[PHP] searching for string inside document

2003-01-09 Thread Martin Hudec
Hello, i have document in html and i want to get out string between tags to put it into another variable.. i am wondering if i could use eregi() herebut how? I cant figure out any possible way... same with strchr() and strstr() can anyone help me please? -- Best regards, Martin