[PHP] Timing problem, putting PNG into PDF

2008-08-11 Thread Brian Dunning
I'm using GD to crop & save an uploaded image, and then embedding it into a PDF made with FPDI. It works great when the image is small or low-res. When the uploaded file is bigger, more than a couple hundred K or so, it fails. I think that the image is not done writing yet by the time I try

Re: RE: [PHP] Re: PUT vs. POST (was: php File upload)

2008-08-11 Thread mike
On 8/11/08, tedd <[EMAIL PROTECTED]> wrote: > Now, do you agree with that?! Isn't that the SAME as what you said above?! > > Now, why not read the rest of what I wrote? > > Sometimes it's hard to get an idea across because some people refuse to > read, but love to comment about the obvious. Or th

Re: [PHP] Re: PUT vs. POST

2008-08-11 Thread tedd
At 9:07 PM +0200 8/11/08, Per Jessen wrote: Asher Snyder wrote: 1). "PHP by itself cannot access the local file system" <-- true. 2) "... there is NO way for PHP to access anything on the client." <-- not true. Statement 2 _is_ 100% true. Sorry, end of discussion for my part. Tech

Re: RE: [PHP] Re: PUT vs. POST (was: php File upload)

2008-08-11 Thread tedd
At 12:19 PM -0700 8/11/08, mike wrote: On 8/11/08, tedd <[EMAIL PROTECTED]> wrote: Per Jessen: I am sure you are smarter than this -- you're probably not understanding what I am saying. No, Per is correct. PHP itself cannot access anything on the client. It is a server-parsed language. T

RE: RE: RE: [PHP] Re: PUT vs. POST (was: php File upload)

2008-08-11 Thread tedd
At 2:07 PM -0500 8/11/08, Boyd, Todd M. wrote: I think there is a difference in definition going on here. -snip- Todd: I think you are right -- there must be some type of disconnect going on here because it's obvious that php can receive data from javascript. It's also obvious that javascr

Re: RE: [PHP] Re: PUT vs. POST (was: php File upload)

2008-08-11 Thread mike
On 8/11/08, tedd <[EMAIL PROTECTED]> wrote: > Per Jessen: > > I am sure you are smarter than this -- you're probably not understanding > what I am saying. No, Per is correct. PHP itself cannot access anything on the client. It is a server-parsed language. The client never executes PHP, period.

RE: RE: [PHP] Re: PUT vs. POST (was: php File upload)

2008-08-11 Thread tedd
At 8:17 PM +0200 8/11/08, Per Jessen wrote: tedd wrote: > 2) "... there is NO way for PHP to access anything on the client." <-- not true. Statement 2 _is_ 100% true. Sorry, end of discussion for my part. /Per Jessen, Zürich Per Jessen: I am sure you are smarter than this -- you're pr

RE: RE: RE: [PHP] Re: PUT vs. POST (was: php File upload)

2008-08-11 Thread Boyd, Todd M.
> -Original Message- > From: Per Jessen [mailto:[EMAIL PROTECTED] > Sent: Monday, August 11, 2008 1:17 PM > To: php-general@lists.php.net > Subject: RE: RE: [PHP] Re: PUT vs. POST (was: php File upload) > > tedd wrote: > > >>Todd, I just wanted to stress that there is NO way for PHP to ac

Re: [PHP] Re: PUT vs. POST

2008-08-11 Thread Per Jessen
Asher Snyder wrote: >>> >>> 1). "PHP by itself cannot access the local file system" <-- true. >>> >>> 2) "... there is NO way for PHP to access anything on the client." >>> <-- not true. >>> >> >> Statement 2 _is_ 100% true. Sorry, end of discussion for my part. >> > Technically statemen

Re: [PHP] Re: PUT vs. POST

2008-08-11 Thread Micah Gersten
Per Jessen wrote: > tedd wrote: > > >>> Todd, I just wanted to stress that there is NO way for PHP to access >>> anything on the client. The way you wrote it, you sort of implied >>> that there might be other ways: >>> >>> "PHP by itself cannot access the local file system in a way that >>> al

RE: [PHP] newsletter code

2008-08-11 Thread tedd
At 2:42 PM -0400 8/11/08, Mike Roberts wrote: --snip-- Can anybody help me get 'de-listed'? Any help would be appreciated. Thanks and best of luck to everybody here. Michael Roberts Senior Recruitment Strategist -snip- To unsubscribe, visit: http://www.php.net/unsub.php Are you saying tha

RE: [PHP] newsletter code

2008-08-11 Thread Per Jessen
Mike Roberts wrote: > Ladies and Gentlemen, > Please pardon the interruption, but I tried the prescribed method of > 'opting out' of these messages, but they still arrive. There's no opting out, but there is an unsubscribe: To unsubscribe, visit: http://www.php.net/unsub.php /Per Jessen, Züric

RE: [PHP] newsletter code

2008-08-11 Thread Mike Roberts
Ladies and Gentlemen, Please pardon the interruption, but I tried the prescribed method of 'opting out' of these messages, but they still arrive. I am a recruiter, and I joined to understand a little something about some of the jobs that I was working on around 10 months ago. Unless somebody wants

Re: [PHP] Re: PUT vs. POST

2008-08-11 Thread Asher Snyder
Todd, I just wanted to stress that there is NO way for PHP to access anything on the client. The way you wrote it, you sort of implied that there might be other ways: "PHP by itself cannot access the local file system in a way that allows ..." That's all. The above is saying two diffe

[PHP] Re: newsletter code

2008-08-11 Thread Manuel Lemos
Hello, on 08/11/2008 09:26 AM Angelo Zanetti said the following: Hi All, I have a question related to newsletter subscriptions to websites as well as sending out of the newsletters. Here is the scenario: Client wants a "subscribe to newsletter" dialog on website, typically just an email ad

RE: RE: [PHP] Re: PUT vs. POST (was: php File upload)

2008-08-11 Thread Per Jessen
tedd wrote: >>Todd, I just wanted to stress that there is NO way for PHP to access >>anything on the client. The way you wrote it, you sort of implied >>that there might be other ways: >> >>"PHP by itself cannot access the local file system in a way that >>allows ..." >> >>That's all. > > The ab

RE: RE: [PHP] Re: PUT vs. POST (was: php File upload)

2008-08-11 Thread tedd
At 6:33 PM +0200 8/11/08, Per Jessen wrote: Boyd, Todd M. wrote: I had to use Java for the simple fact that PHP by itself cannot access the local file system in a way that allows for the partial loading of files. Given that PHP doesn't run on the client, there is no way for >> anything

[PHP] How to get text of Alert message

2008-08-11 Thread Ajay Kushwaha
I am using Selenium IDE tool. facing the problem to get the text of alert message. Any help ...Please reply as soon as possible.. Thanks, -- View this message in context: http://www.nabble.com/How-to-get-text-of-Alert-message-tp18929888p18929888.html Sent from the PHP - General mailin

RE: RE: [PHP] Re: PUT vs. POST (was: php File upload)

2008-08-11 Thread Per Jessen
Boyd, Todd M. wrote: >>> I had to use Java for the simple fact that PHP by itself cannot >>> access the local file system in a way that allows for the partial >>> loading of files. >> >> Given that PHP doesn't run on the client, there is no way for >> anything written in PHP to access anything on

Re: [PHP] newsletter code

2008-08-11 Thread Robert Cummings
On Mon, 2008-08-11 at 17:08 +0200, Per Jessen wrote: > Angelo Zanetti wrote: > > > Then in his admin section he wants to send out HTML newsletters/plain > > text depending on the user's email client. > > Personally, I would just let the user pick a format, and then always > send the newsletter in

[PHP] Re: PUT vs. POST (was: php File upload)

2008-08-11 Thread Boyd, Todd M.
> -Original Message- > From: mike [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 09, 2008 2:47 PM > To: Richard Heyes > Cc: php-general@lists.php.net > Subject: Re: [PHP] Re: PUT vs. POST (was: php File upload) > > > > On Aug 9, 2008, at 7:50 AM, "Richard Heyes" <[EMAIL PROTECTED]> > wr

RE: RE: [PHP] Re: PUT vs. POST (was: php File upload)

2008-08-11 Thread Boyd, Todd M.
> -Original Message- > From: Per Jessen [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 09, 2008 9:09 AM > To: php-general@lists.php.net > Subject: RE: [PHP] Re: PUT vs. POST (was: php File upload) > > Boyd, Todd M. wrote: > > > I had to use Java for the simple fact that PHP by itself

Re: [PHP] newsletter code

2008-08-11 Thread Per Jessen
Angelo Zanetti wrote: > Then in his admin section he wants to send out HTML newsletters/plain > text depending on the user's email client. Personally, I would just let the user pick a format, and then always send the newsletter in HTML and text. /Per Jessen, Zürich -- PHP General Mailing Li

[PHP] Re: More SOAP questions. Also, SOAP bug? Or just me? (long)

2008-08-11 Thread Christoph Boget
> different question asked below. So I then add in: > > echo 'Types: ' . print_r( $oClient->__getTypes(), TRUE ) . ''; > > and it turns out that the "data-array" definition in the WSDL is > getting translated as the following structure: > > [XX] => struct data-array { > any; > } > > Umm, huh? Wh

[PHP] Re: newsletter code

2008-08-11 Thread Carlos Medina
Angelo Zanetti schrieb: Hi All, I have a question related to newsletter subscriptions to websites as well as sending out of the newsletters. Here is the scenario: Client wants a "subscribe to newsletter" dialog on website, typically just an email address. Then in his admin section he wants

Re: [PHP] newsletter code

2008-08-11 Thread Richard Heyes
> I wouldn't bet on it Richard - filtering out an email sent by an honest > user from an honest and properly configured mailserver is very, very > difficult. Using a dedicated service is still going to be a better bet than rolling your own. Probably cheaper too. -- Richard Heyes http://www.phpgu

Re: [PHP] newsletter code

2008-08-11 Thread Per Jessen
Angelo Zanetti wrote: > Client wants a "subscribe to newsletter" dialog on website, typically > just an email address. > > Then in his admin section he wants to send out HTML newsletters/plain > text depending on the user's email client. Sounds almost like mailman. Appropriately customized of c

Re: [PHP] newsletter code

2008-08-11 Thread Per Jessen
Richard Heyes wrote: >> ... > > You may want to consider using a 3rd party service, eg Jango Mail. > Probably have a better success rate in getting your messages into your > users Inboxes. > I wouldn't bet on it Richard - filtering out an email sent by an honest user from an honest and properly

Re: [PHP] tidy

2008-08-11 Thread Eric Butera
On Fri, Aug 8, 2008 at 3:46 PM, Selwyn Polit <[EMAIL PROTECTED]> wrote: > How do I install php-tidy extension on a hosted linux? I don't have access > to yum or apt-get. When I try pecl install tidy this fails > > .. > checking for TIDY support... yes, shared > configure: error: Cannot find libti

Re: [PHP] newsletter code

2008-08-11 Thread Richard Heyes
> ... You may want to consider using a 3rd party service, eg Jango Mail. Probably have a better success rate in getting your messages into your users Inboxes. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

[PHP] newsletter code

2008-08-11 Thread Angelo Zanetti
Hi All, I have a question related to newsletter subscriptions to websites as well as sending out of the newsletters. Here is the scenario: Client wants a "subscribe to newsletter" dialog on website, typically just an email address. Then in his admin section he wants to send out HTML newslette

Re: SV: SV: SV: [PHP] Send a cookie with a file_get_contents( ) request?

2008-08-11 Thread Per Jessen
Anders Norrbring wrote: > Just wanted to let you know that these ideas worked out.. ;-) > Per's example, combined with Jim's delimiter hint was just right. > Works perfect! Good stuff - but I can't take credit for the example, I just borrowed that from the manual. /Per Jessen, Zürich -- PHP G

Re: [PHP] how to curl

2008-08-11 Thread mukesh yadav
> > > > mukesh, > > im happy to respond, but please keep the conversation on the list, so that > others may benefit by having it available in the archives. > Hey I dint realize that the question is going only to you. > > i have a few questions as well; is the query being executed on the provider