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

[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 obfusc

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 HTML tag? (http://www.w3schools.com/TAGS/tag_pre.asp) Putting inside a might also work for you... -- Marc Guay MobilizeM

Re: [PHP] Show text without converting to html

2010-09-09 Thread Andrew Ballard
On Thu, Sep 9, 2010 at 9:52 AM, Jack 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 > it

Re: [PHP] Show text without converting to html

2010-09-09 Thread Richard Quadling
On 9 September 2010 14:52, Jack 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 > it displays the ht

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 Andre

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 wrote: > > Hello All, > > > I have some code which converts to som

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' \ '--with-apxs2=/app/apache22

Re: [PHP] Show text without converting to html

2010-09-09 Thread Andrew Ballard
On Thu, Sep 9, 2010 at 11:39 AM, Jack 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 nor > harvesting s

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 > > > It will protect against a (possibly large?) percentage of those that are > looking

[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 st

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