Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17755
| From | andre <pasmoi@pasici.be> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: solved: Problems with accents |
| Date | 2018-05-18 17:13 +0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <pdmqj6$bfo$1@gioia.aioe.org> (permalink) |
| References | <pdjctl$m7g$1@gioia.aioe.org> |
Le 17/05/2018 10:01, andre a écrit : > This is working well: > print "L'homme\n"; > Buts this > print "<P>INPUT NAME='titre' VALUE='l\'homme'>\n"; > Print only upto the appostrophe! : l\ > Any idea?? > Many thanks > André As the data comes from a database, I have made the change in the entry procees to the db. $TT = htmlspecialchars($Titre, ENT_QUOTES); and oups OK. I have a few records to update will not be too difficult. Many thanks again André
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Problems with accents andre <ahr@blabla.be> - 2018-05-17 10:01 +0200
Re: Problems with accents Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2018-05-17 12:32 +0200
Re: Problems with accents andre <pasmoi@pasici.be> - 2018-05-17 13:36 +0200
Re: Problems with accents Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2018-05-17 14:31 +0200
Re: Problems with accents Jerry Stuckle <jstucklex@attglobal.net> - 2018-05-18 08:50 -0400
Re: Problems with accents Jerry Stuckle <jstucklex@attglobal.net> - 2018-05-18 08:55 -0400
Re: Problems with accents Jerry Stuckle <jstucklex@attglobal.net> - 2018-05-18 08:47 -0400
Re: Problems with accents Richard Yates <richard@yatesguitar.com> - 2018-05-17 05:58 -0700
Re: solved: Problems with accents andre <pasmoi@pasici.be> - 2018-05-18 17:13 +0200
Re: solved: Problems with accents Jerry Stuckle <jstucklex@attglobal.net> - 2018-05-18 13:36 -0400
Re: solved: Problems with accents andre <pasmoi@pasici.be> - 2018-05-19 10:09 +0200
Re: solved: Problems with accents Jerry Stuckle <jstucklex@attglobal.net> - 2018-05-19 08:48 -0400
Re: solved: Problems with accents Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2018-05-19 20:18 +0200
Re: solved: Problems with accents Jerry Stuckle <jstucklex@attglobal.net> - 2018-05-19 18:33 -0400
Re: solved: Problems with accents "Peter H. Coffin" <hellsop@ninehells.com> - 2018-05-20 10:44 -0500
csiph-web