00:25 PM
Subject: Re: [nyphp-talk] PHP Fileupload problem
On Wed, Jul 22, 2009 at 1:48 PM, Jeff Siegel wrote:
Tom,
>
>We thought it might be a file issue...however...I can upload the very same
>file as can the consultant. Further, we are running the code on two completely
>differ
, Donald J. Organ IV
wrote:
What is the max_execution_time set to??
>
>
>
>- Original Message -----
>From: "Jeff Siegel"
>To: "NYPHP Talk"
>
>Sent: Wednesday, July 22, 2009 5:29:31 PM
>Subject: Re: [nyphp-talk] PHP Fileupload problem
>
&
Donald,
max_execution_time is 1800
Jeff
- Original Message
From: Donald J. Organ IV
To: NYPHP Talk
Sent: Wednesday, July 22, 2009 1:29:56 PM
Subject: Re: [nyphp-talk] PHP Fileupload problem
What is the max_execution_time set to??
- Original Message -
From: "Jeff S
There's definitely something to that theory. They don't have the peppiest
connection.
Jeff
- Original Message
From: Daniel Convissor
To: NYPHP Talk
Sent: Wednesday, July 22, 2009 1:27:43 PM
Subject: Re: [nyphp-talk] PHP Fileupload problem
Hi Jeff:
Your client probably has a lousy
so doesn't have any problems with the
upload) is using a home office in New York and Cablevision.
A head scratcher...no?
Jeff
- Original Message
From: David Krings
To: NYPHP Talk
Sent: Wednesday, July 22, 2009 1:22:44 PM
Subject: Re: [nyphp-talk] PHP Fileupload problem
Je
related to
file uploads in PHP:
upload_max_filesize "128M"
post_max_size "50M"
max_input_time 600
Or Apache:
LimitRequestBody 5300
The settings above are usually sufficient to allow uploads up to 40MB+,
assuming the client is able to upload fast enough to complete the u
The code is real standard stuff (see below). A user selects a file. Clicks
upload. When the upload is completed a refreshed page appears. This function
works perfectly when I test it and when another consultant tests it. We are
able to upload files of almost any size. When the upload is complete
Uh oh...I shouldn't have replied to his message. ;)
Jeff
- Original Message
From: Hans Zaunere
To: NYPHP Talk
Sent: Tuesday, January 13, 2009 2:24:19 PM
Subject: Re: [nyphp-talk] Invitation and gift from Bhaskar (wdwt...@gmail.com)
While I'm sure the gift is fabulous, these types of
I've found that YouSendIt works nicely.
Jeff Siegel
- Original Message
From: csnyder <[EMAIL PROTECTED]>
To: NYPHP Talk
Sent: Wednesday, November 26, 2008 10:06:39 AM
Subject: Re: [nyphp-talk] OT: huge file transfer
On Wed, Nov 26, 2008 at 9:20 AM, Michael Southw
It's the "push them into using Paypal" aspect of the Paypal account that also,
well, ticks me off.
Jeff
- Original Message
From: Paul A Houle <[EMAIL PROTECTED]>
To: NYPHP Talk
Sent: Tuesday, November 18, 2008 9:47:09 AM
Subject: Re: [nyphp-talk] OT: Evite-Like Service
Rolan Yang wr
Thanks for the suggestions. Paypal may be the easiest, and fastest, way to do
handle this.
Jeff
___
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
http://www.nyphp.org/show_participation.php
That's one way to do it...though not practical when you have an event with 100
or more people.
You wrote:
Ask them for money and if they don't pay, don't let them in?
Cheers,
tedd
--
---
http://sperling.com http://ancientstones.com http://earthstones.com
___
This is not a programming or development question.
I'm looking to run an event that requires collecting payment from attendees.
Just wondering if anyone has suggestions. (Soclizr?)
Jeff
___
New York PHP User Group Community Talk Mailing List
Thanks to all for your suggestions. Since the sites are usually dynamic...I
kinda like Tim's suggestion of placing a string on the page, perhaps in a set
of comment tags, and parsing for that string.
Jeff
___
New York PHP Community Talk Maili
Anyone know of a PHP script that can be run from a cron and which can check
whether a website has been defaced?
Thanks,
Jeff
___
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
NYPHPCon 2006 Presentation
Two sources of code:
1. EZSql (if you are using that library) has a library for paging.
2. PHP Cookbook has some code you can use. There's lots of other good stuff
in there too.
Jeff
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dell Sala
Sent: Thursday,
There's definitely something to be said for cross-language conceptual
polinization.
Jeff
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Keith Casey
Sent: Monday, October 15, 2007 2:18 PM
To: NYPHP Talk
Subject: Re: [nyphp-talk] From Rails back to PHP
On 1
Thought this might be of interest.
"I spent two years trying to make Rails do something it wasnt meant to do,
then realized my old abandoned language (PHP, in my case) would do just fine
if approached with my new Rails-gained wisdom."
See:
http://www.oreillynet.com/ruby/blog/2007/09/7_reasons_i_
Tons of fun...I can't wait to make BIG changes to the code. ;)
Jeff
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Allen Shaw
Sent: Tuesday, October 09, 2007 1:45 PM
To: NYPHP Talk
Subject: Re: [nyphp-talk] readcfg a PERL command?
Jeff Siegel
rw5="",$rt6="",$rw6="",$rt7="",$rw7="")
Jeff
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Allen Shaw
Sent: Tuesday, October 09, 2007 1:01 PM
To: NYPHP Talk
Subject: Re: [nyphp-talk] readcfg a PERL command?
Je
Is readcfg a PERL command? If yes, can it be called from PHP?
I'm sifting through someone else's code and I'm trying to make sense out of
it.
Jeff
___
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
NYPHPCon 2006 Pr
Talk
Subject: Re: [nyphp-talk] PHP 5.3 Problem - Object Creation problem
Hi Jeff:
On Thu, Aug 23, 2007 at 10:25:01AM -0400, Jeff Siegel wrote:
>
> As best as I can tell...what made PHP annoyed was when I instantiated a
> class from within another class. That is, class "A" was
Dan,
While the Q&D (Quick and Dirty) method solved the problem...you are
correct...makes sense to find out the real source of the problem.
As best as I can tell...what made PHP annoyed was when I instantiated a
class from within another class. That is, class "A" was instantiated by one
of the met
Jake,
Thank you! That worked like a charm!
Jeff
===
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Jake McGraw
Sent: Tuesday, August 21, 2007 10:01 AM
To: NYPHP Talk
Subject: Re: [nyphp-talk] PHP 5.3 Problem - Object Creation proble
24 matches
Mail list logo