Re: [nyphp-talk] PHP function to execute HTML tags

2012-04-03 Thread Lester Leong
Double-check how the markup is being saved to the database. You might be inadvertently applying htmlentities or other processing to escape / remove special chars. On Tue, Apr 3, 2012 at 6:55 PM, Ron Guerin wrote: > On 04/03/2012 05:44 PM, tu...@netzero.net wrote: > > Hi! > > > > Can you guys tel

Re: [nyphp-talk] Next Meeting Poll and PHP Usage Statistics

2012-04-03 Thread David Krings
On 4/3/2012 7:42 PM, Rolan Yang wrote: Logo is in the top 20??? Yea, but I wonder how it got there. But then I also wonder what the point of 234234234234 different C dialects is. David ___ New York PHP User Group Community Talk Mailing List http:/

Re: [nyphp-talk] Next Meeting Poll and PHP Usage Statistics

2012-04-03 Thread Rolan Yang
Logo is in the top 20??? On 4/3/2012 7:32 PM, Hans Zaunere wrote: Hi all, First, a couple of interesting stats/surveys: http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html http://venturebeat.com/2012/01/11/what-developers-will-be-doing-learning-lis tening-to-in-2012-survey-result

[nyphp-talk] Next Meeting Poll and PHP Usage Statistics

2012-04-03 Thread Hans Zaunere
Hi all, First, a couple of interesting stats/surveys: http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html http://venturebeat.com/2012/01/11/what-developers-will-be-doing-learning-lis tening-to-in-2012-survey-results/ Thoughts/conclusions from the two links? Some interesting correl

Re: [nyphp-talk] PHP function to execute HTML tags

2012-04-03 Thread Ron Guerin
On 04/03/2012 05:44 PM, tu...@netzero.net wrote: > Hi! > > Can you guys tell me what the PHP function that executes HTML tags when > the content from the database contains HTML tags get dumped onto the > webpage? > > I used to know it but since I haven't used it for a long time, I can't > think o

[nyphp-talk] PHP function to execute HTML tags

2012-04-03 Thread tu...@netzero.net
Hi! Can you guys tell me what the PHP function that executes HTML tags when the content from the database contains HTML tags get dumped onto the webpage? I used to know it but since I haven't used it for a long time, I can't think of its name right now. What I am talking about is that when HTML t