Ask a Question related to PHP Development, Design and Development.
-
Hi Ho #1
Re: select all text between <BODY> </BODY> tags..
Hi
yes it is possible. You can use ereg() to acoomplish this
"Marco Snoek" <[mps]@DONT _
YOU^DARE%SEND/SPAM!!!@remove/this[@webmind.nl]@remove/this> wrote in message
news:401a3af6$0$314$e4fe514c@news.xs4all.nl...> Hope you can help me with this one:
>
> Is it possible to select content between:
> <BODY OnLoad="setSettings(some,settings,seperated,by,com ma); ">
>
> and
>
> </BODY>
>
>
> Thanx in advance..
>
>
> M/\rco
>
>
Hi Ho Guest
-
Again - Dingbats Instead of Body Text
Sorry, I accidentally pressed the wrong key when typing this question the first time so you might get this question twice. I completed our annual... -
DataGrid (body only) contained in <span>...</span> tags
Hi, I have a DataGrid control that displays many records. As such, I have been given a requirement to contain only the body of my DataGrid... -
body text at bottom of page
how do I get the body text to move up the page in the source code, but not on the webpage. The navigation bars push it down to where it shouldn't... -
Body text typing slow
Thanks! I will give that one a try! -
Marco Snoek #2
Ereg: select all text between <BODY> </BODY> tags..
Hope you can help me with this one:
Is it possible to select content between:
<BODY OnLoad="setSettings(some,settings,seperated,by,com ma); ">
and
</BODY>
Thanx in advance..
M/\rco
Marco Snoek Guest
-
Marco Snoek #3
Re: select all text between <BODY> </BODY> tags..
Uhm..
e.g. $content already contains the whole content-string...
So, the fopen part is already taken care of :-)
Marco
"Marco Snoek" <[mps]@DONT _
YOU^DARE%SEND/SPAM!!!@remove/this[@webmind.nl]@remove/this> schreef in
bericht news:401a3af6$0$314$e4fe514c@news.xs4all.nl...> Hope you can help me with this one:
>
> Is it possible to select content between:
> <BODY OnLoad="setSettings(some,settings,seperated,by,com ma); ">
>
> and
>
> </BODY>
>
>
> Thanx in advance..
>
>
> M/\rco
>
>
Marco Snoek Guest
-
Marco Snoek #4
Re: select all text between <BODY> </BODY> tags..
Is this a joke ? :-)
How????
"Hi Ho" <studies@hotpop.com> schreef in bericht
news:j%rSb.27686$lt1.573797@wagner.videotron.net.. .message> Hi
> yes it is possible. You can use ereg() to acoomplish this
>
> "Marco Snoek" <[mps]@DONT _
> YOU^DARE%SEND/SPAM!!!@remove/this[@webmind.nl]@remove/this> wrote in> news:401a3af6$0$314$e4fe514c@news.xs4all.nl...>> > Hope you can help me with this one:
> >
> > Is it possible to select content between:
> > <BODY OnLoad="setSettings(some,settings,seperated,by,com ma); ">
> >
> > and
> >
> > </BODY>
> >
> >
> > Thanx in advance..
> >
> >
> > M/\rco
> >
> >
>
Marco Snoek Guest
-
freebsd #5
Re: Ereg: select all text between <BODY> </BODY> tags..
Marco Snoek wrote:
eregi("<body[^>]*>(.*)</body>",$content,$body_only);> Hope you can help me with this one:
>
> Is it possible to select content between:
> <BODY OnLoad="setSettings(some,settings,seperated,by,com ma); ">
>
> and
>
> </BODY>
Lee
freebsd Guest



Reply With Quote

