Forum Home
|
Marketplace
|
Articles
|
Blogs
|
Interviews
|
Tools
REGISTER
|
SEARCH
|
MEMBERS
|
F.A.Q.
Register Here
Forum Rules
Webmaster-Talk.com
>
Coding Talk
>
PHP Forum
>
using htmlentities
Link Back
Thread Tools
using htmlentities
01-06-2009, 06:46 AM
#
1
(
permalink
)
using htmlentities
numbenator
Ultra Talker
Posts: 416
Location: London
Talkupation:
Hi
I have a problem in that i wish to convert the ü in MüLLER to a Ü so the result will be MÜLLER
i am using htmlentities as below :
$titleUpper="MüLLER";
$revisedTitle = str_replace (htmlentities (chr(252)) , htmlentities (chr(220)) , $titleUpper);
However, $evisedTitle remains as MüLLER
could anyone offer someinsight into this please.
cheers
__________________
www.mastech-solutions.com
When You
Register
, These Ads Go Away!
01-06-2009, 09:38 AM
#
2
(
permalink
)
Re: using htmlentities
Insensus
Ultra Talker
Posts: 487
Name: Mark Stegeman
Location: Netherlands, Europe
Talkupation:
Try this instead:
$revisedTitle = str_replace (chr(252) , htmlentities (chr(220)) , $titleUpper);
__________________
<?php
(
$helpfull
>
0
)
?
$talkupation
++ :
''
;
?>
« Reply to
using htmlentities
Previous Thread
|
Next Thread
Webmaster-Talk.com
>
Coding Talk
>
PHP Forum
>
using htmlentities
Thread Tools
Show Printable Version
Email this Page
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
vB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
Off
Pingbacks
are
Off
Refbacks
are
Off
Webmaster Resources Marketplace:
Software Development Company
|
Webhosting.UK.com
|
Text Link Brokers
|
Dedicated Server Hosting
|
Managed Hosting
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
Mark Forums Read
-
View Forum Leaders
-
Contact Us
-
Webmaster Forum
-
Advertise
-
Archive
-
Privacy Statement
-
Top
Page generated in
0.10354
seconds with
12
queries