RE: [PHP] Social Networking Sites OT

2007-07-13 Thread Allan, David (ThomasTech)
is anyone a member of linkedin Yes. I've not been hounded. I've reconnected with a couple former co-workers, and been approached (professionally) by College Classmates, but that's been all. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RE: Questionary Development - Continued

2005-06-02 Thread Allan, David (ThomasTech)
I've just been looking at phpSurveyor. Would that help at all? It's PHP, with mySQL database . . . -Original Message- From: ...helmut [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 4:35 PM To: php-general@lists.php.net Subject: Questionary Development - Continued Hello

RE: [PHP] zipfile problems - SOLVED

2005-04-08 Thread Allan, David (ThomasTech)
-Original Message- snip 08while (false !== ($file = readdir($handle))){ 09$fn = explode(.,$file); 10if ($fn[1]==pdf){ 11echo $inputpath.$file.br; 12$handle = fopen($inputpath.$file,r); 13

[PHP] Question regarding simplexml predefined constants

2005-03-09 Thread Allan, David (ThomasTech)
In reading the documentation on simplexml predefined constants, I see a note that says these were added to PHP 5.1.0. Am I reading that [future] version correctly, and I can expect that these are to be released in a forthcoming stable release, and in fact do not yet exist in the version I am