Re: [PHP] object literals

2009-05-03 Thread Richard Heyes
> i'm really lazy about typing. I think every good programmer is... ;-) -- Richard Heyes HTML5 graphing: RGraph (www.rgraph.net) PHP mail: RMail (www.phpguru.org/rmail) PHP datagrid: RGrid (www.phpguru.org/rgrid) PHP Template: RTemplate (www.phpguru.org/rtemplate) -- PHP General Mailing List (

[PHP] RE: Paypal and Php

2009-05-03 Thread Brad Broerman
A couple years ago, I wrote a simple PayPal gateway. If you'd like, I can zip up the files and send them to you. It's really not that difficult. After registering, you have to call a SOAP api, redirect to their page, and then call another api when they return to your site. I can go into more detai

Re: [PHP] Dynamically Rename Images

2009-05-03 Thread tedd
At 10:19 PM -0400 5/2/09, Andrew Hucks wrote: Is it possible to rename images dynamically? Images are nothing more than files. Load in the file, rename it as you want, and save. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mail

Re: Re: [PHP] Re: Static and/or Dynamic site scraping using PHP

2009-05-03 Thread Ashley Sheridan
On Sat, 2009-05-02 at 13:08 -0400, Paul M Foster wrote: > On Sat, May 02, 2009 at 10:40:04PM +0600, Lenin wrote: > > > On Sat, May 2, 2009 at 10:01 PM, > > wrote: > > > > > Je suis actuellement absent du bureau aussi TEST ! > > > > > > I dont get it why I get this automated mail everytime

Re: [PHP] utf-8 ?

2009-05-03 Thread Reese
Tom Worster wrote: Because, I thought, HTML files were basically just text files with different file extensions, and that those other characters would not store or display properly if saved in .txt format. Was I mistaken? yes. see http://www.w3.org/TR/html401/charset.html which says that html

[PHP] Re: Paypal and Php

2009-05-03 Thread Matthieu
Thanks a lot Brad, I would really appreciate that! I'm actually a totally newbie to php and mysql... but I don't lack motivation ;) Cheers, Matthieu ""Brad Broerman"" a écrit dans le message de news:005701c9cbe8$39249600$0500a...@brads... A couple years ago, I wrote a simple PayPal gatewa

Re: [PHP] Dynamically Rename Images

2009-05-03 Thread Andrew Hucks
Thanks, but I solved the problem another way. http://codepad.org/6juIkECZ. On Sun, May 3, 2009 at 3:02 PM, Michael A. Peters wrote: > Andrew Hucks wrote: >> >> Got this error: >> >> Fatal error: Cannot instantiate non-existent class: finfo in on >> line 6 > > You need the pecl-FileInfo module. >

[PHP] compiling a test php from latest csv snapshot on os-x

2009-05-03 Thread Tom Worster
i've an outstanding verification to do for a php bug fix. can anyone point me at instructions for compiling the latest csv snapshot for testing on os-x without installing over my current installed php? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

Re: [PHP] compiling a test php from latest csv snapshot on os-x

2009-05-03 Thread Michael A. Peters
Tom Worster wrote: i've an outstanding verification to do for a php bug fix. can anyone point me at instructions for compiling the latest csv snapshot for testing on os-x without installing over my current installed php? I assume you can compile as a non privileged and set a prefix during co