Ask a Question related to PHP Development, Design and Development.
-
datactrl #1
question about xml element content
Hi, all
Is there a function or quick way in php can do the following?
translate aa'&zz>cc<dd"qq into aa'&zz>cc<dd"qq
Thanks a lot!
Jack
datactrl Guest
-
Serialize complex type element with simple content
Hi, This must be easy, but I can't find an example: I want to automatically serialize an element with an attribute like the following... -
question on form element type 'submit'
(using IE/asp/ado) I have a few reports that all take the same parameter. I would like to give one input box and put 3 buttons next to that one... -
Persistent 'nonsecure content' message when loading a file into an IFRAME element
Guys and gals, I am having a problem with an IFRAME that is embedded into an ASPX page (ASP.NET application). The IFRAME is originally empty... -
[HTML::Element] how to read element by element
Hello I read the doc about HTML::Element, but I don't find how to read the tree create by parse() element by element. The doc says the tree looks... -
Content Type Question
I have a question concerning the content type of an HTML file. I have a perl script that outputs the source of an HTML file. However, when I view... -
Janwillem Borleffs #2
Re: question about xml element content
datactrl wrote:
Htmlentities.> Is there a function or quick way in php can do the following?
>
> translate aa'&zz>cc<dd"qq into
> aa'&zz>cc<dd"qq
>
P.S.: Ever tried searching the manual ([url]www.php.net)?[/url]
JW
Janwillem Borleffs Guest
-
Jonathan Smith #3
Re: question about xml element content
datactrl wrote:
try htmlentities() - [url]http://fr2.php.net/htmlentities[/url]> Hi, all
>
> Is there a function or quick way in php can do the following?
>
> translate aa'&zz>cc<dd"qq into aa'&zz>cc<dd"qq
>
> Thanks a lot!
>
> Jack
>
>
Jonathan Smith
Jonathan Smith Guest
-
datactrl #4
Re: question about xml element content
Thanks a lot! Both "htmlSpecialChars()" and "htmlEntities()" work on it.
Jack
datactrl Guest



Reply With Quote

