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
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'
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
> -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
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
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
-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
-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
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
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
> 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
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
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
13 matches
Mail list logo