RE: [PHP] PHP & Ajax progress bar

2008-03-12 Thread Mr Webber
I haven't' tried this yet ... so I would appreciate your feedback. -Original Message- From: Thijs Lensselink [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 4:28 AM To: php-general@lists.php.net Subject: Re: [PHP] PHP & Ajax progress bar Quoting Shelley <[EMAIL PROTECTED]>: >

RE: [PHP] dont print echo

2008-02-28 Thread Mr Webber
Your script is screwed at the point where you do not close the quote: $folder = 'pictures; -Original Message- From: Emiliano Boragina [mailto:[EMAIL PROTECTED] Sent: Thursday, February 28, 2008 11:09 PM To: php-general@lists.php.net Subject: [PHP] dont print echo Hi listÂ… All this in

RE: [PHP] Re: Tool for programmer team

2008-02-05 Thread Mr Webber
Use Dreamweaver. It has a lo-tech check-in -- check-out capabilities -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Colin Guthrie Sent: Tuesday, January 22, 2008 4:32 AM To: php-general@lists.php.net Subject: [PHP] Re: Tool for programmer team Ronald Wiplinger wrote

RE: [PHP] Calling All Opinionated ******** ....

2008-02-01 Thread Mr Webber
My thoughts, exactly. I had to count to 10 to keep myself from replying to "His Rudeness". -Original Message- From: Greg Donald [mailto:[EMAIL PROTECTED] Sent: Friday, February 01, 2008 5:17 PM To: php-general@lists.php.net Subject: Re: [PHP] Calling All Opinionated On 2/

RE: [PHP] PEAR website and MSIE 6

2008-01-31 Thread Mr Webber
PHP is a server-side page generator. It has NOTHING to do with the browser. The PHP programmer determines the content of the resulting HTML and the browser reacts to THAT. Browsers never see a line of PHP script! -Original Message- From: Richard Heyes [mailto:[EMAIL PROTECTED] Sent: T

RE: [PHP] determine file-upload's tmp-filename

2008-01-28 Thread Mr Webber
ry 28, 2008 3:51 PM To: 'php-general' Subject: RE: [PHP] determine file-upload's tmp-filename On Mon, 2008-01-28 at 15:34 -0500, Mr Webber wrote: > On Mon, 2008-01-28 at 12:17 -0600, Richard Lynch wrote: > > On Sat, January 26, 2008 5:57 pm, Michael Fischer wrote: > >

RE: [PHP] determine file-upload's tmp-filename

2008-01-28 Thread Mr Webber
This is the info available to upload scripts I have not done this, but am inspired to do it now. My design is to develop my own meter by compare $FILES;'size'] to the actual size on disk as the file uploads; I would use some sort of JavaScript / Ajax service connection so that the upload meter i