php-general Digest 10 Sep 2010 01:33:21 -0000 Issue 6932

2010-09-09 Thread php-general-digest-help
php-general Digest 10 Sep 2010 01:33:21 - Issue 6932 Topics (messages 307902 through 307911): Show text without converting to html 307902 by: Jack 307903 by: Marc Guay 307904 by: Andrew Ballard 307905 by: Richard Quadling 307906 by: Jack

RE: [PHP] Broken pipes, time outs, PHP, and mail

2010-09-09 Thread Bob McConnell
From: Dave M G There is one other possibility. According to the RFCs, the standard line ending for email is CRLF. Make sure your system is sending both characters after each line. There is a slim chance the server is cutting you off after some number of bytes if you are only sending a LF.

[PHP] Show text without converting to html

2010-09-09 Thread Jack
Hello All, I have some code which converts to some html to ascii characters. This basically obfuscates the html code, but shows it correctly on an page. I am trying to show the results of the obfuscation ( works correctly because it displays the html value ), but I want to then show the

Re: [PHP] Show text without converting to html

2010-09-09 Thread Marc Guay
Which was created by the code, but I apparently can't seem to echo it and get it to display like above.. It converts it to html no matter what I do. Have you tried the pre HTML tag? (http://www.w3schools.com/TAGS/tag_pre.asp) Putting inside a textarea might also work for you... -- Marc Guay

Re: [PHP] Show text without converting to html

2010-09-09 Thread Andrew Ballard
On Thu, Sep 9, 2010 at 9:52 AM, Jack jacklistm...@gmail.com wrote: Hello All, I have some code which converts to some html to ascii characters.  This basically obfuscates the html code, but shows it correctly on an page. I am trying to show the results of the obfuscation ( works correctly

Re: [PHP] Show text without converting to html

2010-09-09 Thread Richard Quadling
On 9 September 2010 14:52, Jack jacklistm...@gmail.com wrote: Hello All, I have some code which converts to some html to ascii characters.  This basically obfuscates the html code, but shows it correctly on an page. I am trying to show the results of the obfuscation ( works correctly because

RE: [PHP] Show text without converting to html

2010-09-09 Thread Jack
-Original Message- From: Andrew Ballard [mailto:aball...@gmail.com] The only people for whom the value will be obscure will be the humans who actually try to read the HTML source code itself. Neither web browsers nor harvesting scripts won't have any trouble reading it. Andrew

RE: [PHP] Show text without converting to html

2010-09-09 Thread Jack
-Original Message- From: Andrew Ballard [mailto:aball...@gmail.com] Sent: Thursday, September 09, 2010 10:13 AM To: Jack Cc: PHP Subject: Re: [PHP] Show text without converting to html On Thu, Sep 9, 2010 at 9:52 AM, Jack jacklistm...@gmail.com wrote: Hello All, I have some code

RE: [PHP] Filestat.c erorrs when building php-5.3.3 on solaris

2010-09-09 Thread STANFIELD, VICKI CTR DFAS
Ok, I tried removing the --disable-posix and adding --with-tsrm-pthreads to the configure options. The resulting configure looks like this: CC='/usr/local/bin/gcc' \ './configure' \ '--prefix=/app/php533' \ '--enable-shared' \ '--with-tsrm-pthreads' \ '--with-gnu-ld' \

Re: [PHP] Show text without converting to html

2010-09-09 Thread Andrew Ballard
On Thu, Sep 9, 2010 at 11:39 AM, Jack jacklistm...@gmail.com wrote: -Original Message- From: Andrew Ballard [mailto:aball...@gmail.com] The only people for whom the value will be obscure will be the humans who actually try to read the HTML source code itself. Neither web browsers

RE: [PHP] Show text without converting to html

2010-09-09 Thread Tommy Pham
-Original Message- From: Andrew Ballard [mailto:aball...@gmail.com] Sent: Thursday, September 09, 2010 11:22 AM To: Jack Cc: PHP Subject: Re: [PHP] Show text without converting to html snip / It will protect against a (possibly large?) percentage of those that are looking for

[PHP] Zend framework

2010-09-09 Thread chris h
Hello all, I'm starting a new project and I'm thinking about building it on Zend framework and possibly Zend server. I've only used the framework slightly and I've never really used Zend server. That being said I hear that the framework is pretty decent to work with. I want something that is

Re: [PHP] Filestat.c erorrs when building php-5.3.3 on solaris

2010-09-09 Thread Tom Rogers
Hi, Friday, September 10, 2010, 2:49:36 AM, you wrote: SVCD Ok, I tried removing the --disable-posix and adding --with-tsrm-pthreads SVCD to the configure options. SVCD The resulting configure looks like this: SVCD CC='/usr/local/bin/gcc' \ SVCD './configure' \ SVCD '--prefix=/app/php533' \

Re: [PHP] Zend framework

2010-09-09 Thread Joshua Kehn
Chris- While I find Zend to be more of a wonderful set of libraries then a framework, it does do both and is a good introduction. I do most of my framework coding on CodeIgniter though. Regards, -JOsh Joshua Kehn | josh.k...@gmail.com http://joshuakehn.com