RE: [PHP] ncurses woes...

2005-02-08 Thread Grimes, Dean
d though. That's an intersting point about glibc. I'll look into it. Thanks, Dean -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 12:58 PM To: Grimes, Dean Cc: 'php-general@lists.php.net' Subject: Re: [PHP] ncurses woes...

[PHP] utf8 encoding £ to £ problem

2006-12-05 Thread Chris Dean
nk? Kind Regards Chris Dean

RE: [PHP] utf8 encoding £ to £ problem

2006-12-05 Thread Chris Dean
Hi Nunners, Just the £ and in my case I need to use that symbol, can't really get round it sensibly with £ Chris -Original Message- From: James Nunnerley [mailto:[EMAIL PROTECTED] Sent: 05 December 2006 13:01 To: Chris Dean Cc: php-general@lists.php.net Subject: RE: [PHP]

RE: [PHP] can't find the parser error

2005-08-03 Thread Dean Maunder
print 'Please select at least one weekday for this event!'; } print ''; ?> -Original Message- From: Support [mailto:[EMAIL PROTECTED] Sent: Thursday, 4 August 2005 3:47 PM To: Dean Maunder Subject: Re: [PHP] can't find the parser error Thanks Dean, Here

[PHP] Large URI request problem

2005-08-22 Thread Dean Maunder
Hi, I have a large string that I need to send to a script that creates an image. eg

RE: [PHP] Large URI request problem

2005-08-22 Thread Dean Maunder
My session variables are saved in a database, that's more than possible, tho the thought of saving a 3000char session variable in a table is a bit hairy :) -Original Message- From: Jasper Bryant-Greene [mailto:[EMAIL PROTECTED] Sent: Tuesday, 23 August 2005 3:48 PM To: php-general@lists.

RE: [PHP] Large URI request problem

2005-08-22 Thread Dean Maunder
Just as a note, if I copy and paste the 'src' into my browser address bar, the image works fine, it only seems to be when its used inside the src tag. Hmmany ideas? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Large URI request problem

2005-08-22 Thread Dean Maunder
Subject: Re: [PHP] Large URI request problem Dean Maunder wrote: > My session variables are saved in a database, that's more than > possible, tho the thought of saving a 3000char session variable in a > table is a bit hairy :) Wouldn't worry me. It's a lot better than putti

RE: [PHP] Sessions, Constructors, and Destructors - Oh my!

2005-08-29 Thread Dean Maunder
I had the same issue not so long ago, the solution we ended up going with was Pound for the load balancer and stock Apache webservers. Pound supports sticky sessions which you can configure the timeout for, and also can proxy https->http. We also wrote our own session handlers to allow session v

[PHP] Problem with POST reply

2005-09-12 Thread Dean Maunder
h); fclose($fp); return $ret; } Can anyone see where this '2000' might be comming from? Thanks Dean.

[PHP] RE: Problem with POST reply

2005-09-12 Thread Dean Maunder
> It's because the response encoding is chunked. You can read about chunks in the RFC documents. I thought if I sent a Content-Length header, then the results would be de-chunked? Regards Dean. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

[PHP] ADODB vs PHP extension

2005-09-13 Thread Dean Maunder
Hi, Can someone tell me what are the differences between ADODB and using the compiled-in MSSQL extension? Which one is faster? What are the benefits/pitfalls of using either? Thanks Dean.

RE: [PHP] Re: ADODB vs PHP extension

2005-09-13 Thread Dean Maunder
My apologies, I meant the PEAR ADODB abstraction layer/ -Original Message- From: Jens Schulze [mailto:[EMAIL PROTECTED] Sent: Wednesday, 14 September 2005 12:05 AM To: php-general@lists.php.net Subject: [PHP] Re: ADODB vs PHP extension Do you mean the ADODB database abstraction layer f

[PHP] Seg fault in PHP 5.0.5

2005-11-12 Thread Dean Householder
ts. I've tried both str_replace() as well as preg_replace(). I've tried replacing the characters by pasting them directly, using chr(176) & chr(194), and even \xC2 and \xB0. I get the Segmentation fault both through Apache as well as CLI (command line interface) consistentl

[PHP] Some Help with AD

2006-01-03 Thread Dean Ericson
I have been trying with AD to traverse a tree... such as: A - Company distribution list \ B - Business Operations distribution list / \ CD- IT Operations distribution list \ E - Visual Studio's

[PHP] contracting & consulting (was "[PHP] Pricing for PHP programming???")

2001-02-01 Thread Dean Hall
tions in the US for contractors and consultants doing web development (or anything else). If there are any good books or websites that talk about this type of self-employment, or if anyone has personal experience they wish to offer, please let me know. Thanks. Dean.

[PHP] software development qu

2001-02-06 Thread Dean Hall
ionality that it provides. I just need a standardized way to DEFINE my API . . . for reference mostly. Has anyone dealt with this? What do you use to do this? Or is there a standard technique used in the industry? Thanks in advance. Dean. -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] software development qu

2001-02-06 Thread Dean Hall
Okay, since no one seems interested in replying, I'll put it a different way. Does anyone know of a language-independent way to document an API? I've thought of writing Java interfaces or using IDL, but I'd like to hear if anyone has a better idea. Dean. ""Dean Hall&qu

Re: [PHP] PEAR

2001-02-08 Thread Dean Hall
> Can anyone point me in the direction of a good site documenting PEAR? There is none. Although you should look at <http://pear.php.net>. Also see <http://www.phpdoc.de/pear/index2.html>. Also check out the stuff in the pear directory of the source installation. Dean. -- PHP

Re: [PHP] Converting CFML to PHP

2001-02-08 Thread Dean Hall
nion -- no flamebait intended.) Dean. ""Kevin Queen"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > List, > I have been given the task of converting all of our current ColdFusion pages > to PHP, I am wondering if there is

Re: [PHP] include("blah.php?var=this"); doesn't work?!

2001-02-08 Thread Dean Hall
s what you meant :-) Speaking of namespaces Let me encourage the PHP development folks to add namespace support ASAP. I'd really like to make some of my apps PEAR-compliant, but I refuse to use the inane naming convention for classes that I'd need to. Dean. > > $asin = 12

Re: [PHP] online file management

2003-07-02 Thread Dean E. Weimer
k <[EMAIL PROTECTED]> > it.canadahttp://www.it.ca/ > Free PHP web hosting!http://www.it.ca/web/ > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: ht

Re: [PHP] reposting data into forms after confirmation screen

2003-07-07 Thread Dean E. Weimer
> Thanks > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Thanks,

Re: [PHP] isset function problem

2003-07-10 Thread Dean E. Weimer
r, > if the $senderEmailAddress variable is not set, the error I get is "No > recipient addresses found in header " > > Can someone help and tell me why I get this error? > > Thanks > Denis > > > > -- > PHP General Mailing List (http://www.php.net/) >

Re: [PHP] htaccess?

2003-07-11 Thread Dean E. Weimer
> Is it possible to determine who the htaccess user logged in is? If so, > how? > Can you point me at some articles? > > Johnny > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > $_SERVER['

Re: [PHP] Easier queries?

2003-07-15 Thread Dean E. Weimer
> > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Thanks, Dean E. Weimer http://www.dwiemer.org/ [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] scoring/sorting db search results based on score

2003-07-17 Thread Dean E. Weimer
oking to >> maximize >> the database performance, limit the number of recursive searches, and >> use the >> database/PHP each handle their portion of the search/score/ranking based >> on >> their strengths and use of system resources. >> >> appreci

[PHP] PHP Web Based File Management and Security

2003-06-27 Thread Dean E. Weimer
-- Thanks, Dean E. Weimer http://www.dwiemer.org/ [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Web Based File Management and Security

2003-06-28 Thread Dean E. Weimer
r use ssh, but http is always available. > > So they don't have to use ftp or ssh to uploads files? > > Jim Lucas > ----- Original Message - > From: "Dean E. Weimer" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, June 27, 20

Re: [PHP] ftp_ssl_connect() Problem

2003-06-30 Thread Dean E. Weimer
hanks, Dean E. Weimer http://www.dwiemer.org/ [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Web Based File Management and Security

2003-06-30 Thread Dean E. Weimer
> on 29/06/03 4:12 AM, Dean E. Weimer ([EMAIL PROTECTED]) wrote: > >>> What is the point of the web based file manager? >> To eliminate Local Accounts, and so that they don't have to upload files >> via ftp or ssh. >> Plain ftp is very unsecure, and

Re: [PHP] ereg_replace

2003-07-01 Thread Dean E. Weimer
es see the thread "[PHP] multi line regular expression?" and see if that helps you any. > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Thanks, Dean E. Weimer http://www.dwiemer.org/ [EMAIL

Re: [PHP] PHP & Apache 2

2003-10-31 Thread Dean E. Weimer
iling List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- Thanks, Dean E. Weimer http://www.dwiemer.org/ [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] dynamic maps

2001-12-06 Thread Rocky Dean Pulley
I need to have a map to a map of classes, is this possible using PHP? For example, in C++, I can do this: map > m_strMap; === Rocky Dean Pulley Senior Technologist CorTechs, Inc. [EMAIL PROTECTED] 703-968-7021 x108 -- Quidquid latine dictum sit, altum videtur

<    1   2