Re: [PHP] Re: SEO Experts?

2010-09-27 Thread john
> On 9/26/2010 8:09 AM, David Mehler wrote: >> Hello, >> Do we have any SEO experts on this list? I'm not one, learning only, >> reading a book and a few articles/tutorials from webmasters, and I'm >> wanting to optimize an existing site to get the best search rank >> possible. Some techniques, do

[PHP] PHP DNS resolving in chroot-ed environment

2010-09-27 Thread Georgi Hristozov
Hello, I'm running a Gentoo-hardened box with PHP 5.2.14-pl0-gentoo (Suhosin included) and Apache 2.2.16. mod_php is running in a chroot, using mpm_peruser. Everything works OK, except the PHP DNS resolving, which I need to access HTTP resources. It fails with both the curl and http extensions. W

Re: [PHP] PHP DNS resolving in chroot-ed environment

2010-09-27 Thread Per Jessen
Georgi Hristozov wrote: > Hello, > > I'm running a Gentoo-hardened box with PHP 5.2.14-pl0-gentoo (Suhosin > included) and Apache 2.2.16. mod_php is running in a chroot, using > mpm_peruser. Everything works OK, except the PHP DNS resolving, which > I need to access HTTP resources. It fails with

RE: [PHP] if/elseif being treated as if/if

2010-09-27 Thread Ford, Mike
> -Original Message- > From: tedd [mailto:tedd.sperl...@gmail.com] > Sent: 25 September 2010 16:02 > One can make the argument that the ELSE IF statement first surfaced > circa 1977 in FORTRAN 77 and the CASE statement came later in > FORTRAN > 90 circa 1991. Being a fully-fledged membe

Re: [PHP] Heredocs, print_r() and newline "\n" and fnmatch() -curious failures ...

2010-09-27 Thread YAD(YetAnotherDavid)
Peter Lind wrote: On 23 September 2010 21:47, YAD(YetAnotherDavid) wrote: This code is 95% cut and paste from the PHP manual examples - the Types/Strings/Heredocs section and the Filesystem/fnmatch pages. There are actually two questions here - I have combined the code into one ... Question

Re: [PHP] Heredocs, print_r() and newline "\n" and fnmatch() -curious failures ...

2010-09-27 Thread Peter Lind
On 24 September 2010 12:49, YAD(YetAnotherDavid) wrote: > Peter Lind wrote: >> >> On 23 September 2010 21:47, YAD(YetAnotherDavid) wrote: >>> >>> This code is 95% cut and paste from the PHP manual examples - >>> the Types/Strings/Heredocs section and the Filesystem/fnmatch pages. >>> There are ac

RE: [PHP] if/elseif being treated as if/if

2010-09-27 Thread tedd
At 11:48 AM +0100 9/27/10, Ford, Mike wrote: > -Original Message- From: tedd [mailto:tedd.sperl...@gmail.com] Sent: 25 September 2010 16:02 One can make the argument that the ELSE IF statement first surfaced circa 1977 in FORTRAN 77 and the CASE statement came later in FORTRAN

[PHP] Domain Controller Discovery in PHP

2010-09-27 Thread Robert Cummings
Hello list, Does anyone know a method in Windows Server 2003 to discover one or more domain controllers to which the machine is connected. I know as an administrator I can use dsquery and various other administrator commands, but I'm unsure how to do so within PHP from an unprivileged vantage

RE: [PHP] Domain Controller Discovery in PHP

2010-09-27 Thread Jason
Hi Rob, I believe you should be able to do this with nothing more than DNS (this is how Windows clients do it). Once you have the DNS domain of the machine you're on (_SERVER["USERDNSDOMAIN"]), query for SRV records called the following: Name: _ldap._tcp.dc._msdcs. That should return one or

Re: [PHP] Domain Controller Discovery in PHP

2010-09-27 Thread Robert Cummings
On 10-09-27 11:26 AM, Jason wrote: Hi Rob, I believe you should be able to do this with nothing more than DNS (this is how Windows clients do it). Once you have the DNS domain of the machine you're on (_SERVER["USERDNSDOMAIN"]), query for SRV records called the following: Name: _ldap._tcp.dc

[PHP] Php Newsletter script

2010-09-27 Thread David Mehler
Hello, I'm wondering if anyone could recommend a newsletter script they use and like? Some requirements I have are: 1. Free preferred 2. Can be used via a web browser 3. Can put the newsletter submission on a web page 4. Can use rss to feed that web page 5. Produce Xhtml compliant code and integra

[PHP] Re: Array question

2010-09-27 Thread Erik L. Arneson
pgpSkuPbKbfsy.pgp Description: PGP signature

Re: [PHP] Php Newsletter script

2010-09-27 Thread a...@ashleysheridan.co.uk
It's probably worth noting that very few email clients in use actually observe xhtml. When creating html emails you have to step back a half dozen years for outlook, which is the current dominant client because of offices. Essentially, its back to basics, with tables for layout, font tags, and l

[PHP] Controlling Output Buffering via php.ini

2010-09-27 Thread MikeB
I want to turn off output buffering. In the php.ini section I found this and changed it as follows: ; Note: Output buffering can also be controlled via Output Buffering Control ; functions. ; Possible Values: ; On = Enabled and buffer is unlimited. (Use with caution) ; Off = Disabled ; I

[PHP] Re: [PHP-DEV] Re: [PHP] mod_php

2010-09-27 Thread Richard Lynch
On Fri, August 20, 2010 1:15 pm, Stanisław Findeisen wrote: > On 2010-08-20 17:10, Bostjan Skufca wrote: > 1. What optimizations does PHP interpreter make? I guess it should be > able to check file modification time and cease to compile it again and > again. Is this correct? PHP does not do that.

RE: [PHP] Controlling Output Buffering via php.ini

2010-09-27 Thread HallMarc Websites
p.ini file. Thanks. Your output statement is commented out __ Information from ESET Smart Security, version of virus signature database 5484 (20100927) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To u

RE: [PHP] Controlling Output Buffering via php.ini

2010-09-27 Thread HallMarc Websites
p.ini file. Thanks. Bah sorry misread your question __ Information from ESET Smart Security, version of virus signature database 5484 (20100927) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscr