RE: [PHP] Print window function???

2004-10-15 Thread Steve Murphy
Web standards my friend. Use CSS, learn from the master: http://www.alistapart.com/articles/goingtoprint/ -Original Message- From: Tony Kim [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 3:10 PM To: [EMAIL PROTECTED] Subject: [PHP] Print window function??? Is there a function

RE: [PHP] Re: php and print

2004-10-11 Thread Steve Murphy
Why not just use CSS? http://www.alistapart.com/articles/goingtoprint/ Steve -Original Message- From: raditha dissanayake [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 12:23 PM Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Re: php and print Harlequin wrote: >Bruno > >I'm still r

RE: [PHP] UNSUBSCRIBE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2004-09-30 Thread Steve Murphy
Can we start mass flaming this guy? Ok one nice one... http://www.php.net/mailing-lists.php goto the bottom of the page and unsubscribe. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 10:20 AM To: [EMAIL PROTECTED] Subject: [PHP]

RE: [PHP] File upload progress

2004-04-06 Thread Steve Murphy
EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 6:04 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] File upload progress * Thus wrote Steve Murphy ([EMAIL PROTECTED]): > I'm sorry to hear that. You could use one of the million ASP meters but then you > have to use IE on winblows which may

RE: [PHP] File upload progress

2004-04-06 Thread Steve Murphy
I'm sorry to hear that. You could use one of the million ASP meters but then you have to use IE on winblows which may or may not be an issue for you. Cross compatibility would also be solved if this was done by PHP. Maybe someone at PHP will answer our prayers and include a patch for this functi

RE: [PHP] File upload progress

2004-04-06 Thread Steve Murphy
I posted about this the other day. I was directed to look at megaupload http://www.raditha.com/megaupload/ It works pretty well, I believe it uses Apache::Request to get the raw post info. Issues in general: Whenever this issue comes up people will ask why you need the functionality? I have a c

[PHP] cURL upload meter

2004-04-05 Thread Steve Murphy
Can cURL be used to create an HTTP or FTP upload meter? Steve

RE: [PHP] Re: progress in PHP

2003-12-23 Thread Steve Murphy
ssage- From: Chris W. Parker [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 4:44 PM To: [EMAIL PROTECTED]; David T-G Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Re: progress in PHP Steve Murphy <mailto:[EMAIL PROTECTED]> on Monday, December 22, 2003 1:03 PM said: > Well its ac

RE: [PHP] Re: progress in PHP

2003-12-22 Thread Steve Murphy
Well its actually a pure PHP upload meter it just uses JS to open the window. You could make PHP open the window as well with a little tweaking. -Original Message- From: David T-G [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 3:16 PM To: [EMAIL PROTECTED] Cc: Steve Murphy

RE: [PHP] Re: progress in php (was "Re: [PHP] Working pop-up progress window")

2003-12-22 Thread Steve Murphy
-G [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 2:20 PM To: PHP General list Cc: Steve Murphy Subject: [PHP] Re: progress in php (was "Re: [PHP] Working pop-up progress window") Steve, et al -- ...and then Steve Murphy said... % % Every time I see someone ask about an upl

RE: [PHP] Working pop-up progress window

2003-12-22 Thread Steve Murphy
Hi Ed, Every time I see someone ask about an upload meter a hardcore programmer writes back saying no one ever asks for it so why should anyone work on one? I have a demo up of what you might be looking for, check it out here: http://www.pfohlsolutions.com/projects/upload/ You will need to re

RE: [PHP] Looking for Spam free php form

2003-11-17 Thread Steve Murphy
Is this what your looking for? http://www.pfohlsolutions.com/projects/mailer/ -Original Message- From: Philip Olson [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 1:08 PM To: Chris Boget Cc: David Buchmueller; PHP General Subject: Re: [PHP] Looking for Spam free php form > > I

RE: [PHP] File upload meter

2003-10-08 Thread Steve Murphy
David Enderson also developed an upload meter and contacted PHP about including it. http://www.mail-archive.com/[EMAIL PROTECTED]/msg02155.html Long and short, PHP never included it. This functionality is requested and can be included easily. I'm in the process of developing documentation and rpm p