Re: [PHP] generate animated gifs

2010-08-02 Thread Hans Åhlin
2010/8/3 Philip Thompson > On Aug 2, 2010, at 5:29 PM, Ashley Sheridan wrote: > > > On Mon, 2010-08-02 at 18:43 -0300, Martín Marqués wrote: > > > >> Is there a way (I haven't found it yet) to create with a sequence of > >> gifs an animated gif using php-gd? > >> > >> -- > >> Martín Marqués > >>

Re: [PHP] generate animated gifs

2010-08-02 Thread Hans Åhlin
2010/8/3 Philip Thompson > On Aug 2, 2010, at 5:29 PM, Ashley Sheridan wrote: > > > On Mon, 2010-08-02 at 18:43 -0300, Martín Marqués wrote: > > > >> Is there a way (I haven't found it yet) to create with a sequence of > >> gifs an animated gif using php-gd? > >> > >> -- > >> Martín Marqués > >>

Re: [PHP] generate animated gifs

2010-08-02 Thread Martín Marqués
El día 2 de agosto de 2010 22:06, Martín Marqués escribió: > El 2 de agosto de 2010 19:29, Ashley Sheridan > escribió: >> >> On Mon, 2010-08-02 at 18:43 -0300, Martín Marqués wrote: >> >> Is there a way (I haven't found it yet) to create with a sequence of >> gifs an animated gif using php-gd? >>

Re: [PHP] generate animated gifs

2010-08-02 Thread Philip Thompson
On Aug 2, 2010, at 5:29 PM, Ashley Sheridan wrote: > On Mon, 2010-08-02 at 18:43 -0300, Martín Marqués wrote: > >> Is there a way (I haven't found it yet) to create with a sequence of >> gifs an animated gif using php-gd? >> >> -- >> Martín Marqués >> select 'martin.marques' || '@' || 'gmail.co

Re: [PHP] generate animated gifs

2010-08-02 Thread Martín Marqués
El 2 de agosto de 2010 19:29, Ashley Sheridan escribió: > > On Mon, 2010-08-02 at 18:43 -0300, Martín Marqués wrote: > > Is there a way (I haven't found it yet) to create with a sequence of > gifs an animated gif using php-gd? > > > Not natively with GD. For more complicated image creation, such a

[PHP] CakePHP

2010-08-02 Thread Philip Thompson
Hi all. Long time no talk. I'm getting a little bit more involved with CakePHP and I wanted to get some feedback from some seasoned veterans. From what I've played around with so far, I enjoy its structure and ability to create sites quickly. I was curious about some of the pros and cons that o

[PHP] displaying and updating records in a form

2010-08-02 Thread David Mehler
Hello, Not sure if this went out, apologies if this is a double post. I'm having difficulty tying something together. I'm wanting to display a record from a database in a form, information from the various fields in the database goes in to their coresponding fields in the form, for example address

Re: [PHP] generate animated gifs

2010-08-02 Thread Ashley Sheridan
On Mon, 2010-08-02 at 18:43 -0300, Martín Marqués wrote: > Is there a way (I haven't found it yet) to create with a sequence of > gifs an animated gif using php-gd? > > -- > Martín Marqués > select 'martin.marques' || '@' || 'gmail.com' > DBA, Programador, Administrador > Not natively with GD

[PHP] generate animated gifs

2010-08-02 Thread Martín Marqués
Is there a way (I haven't found it yet) to create with a sequence of gifs an animated gif using php-gd? -- Martín Marqués select 'martin.marques' || '@' || 'gmail.com' DBA, Programador, Administrador -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

Re: [PHP] DirectoryIterator

2010-08-02 Thread Nathan Nobbe
2010/8/2 João Cândido de Souza Neto > Is there a way of getting the symbolic link's target when using > DirectoryIterator? > as DirectoryIterator traverses the contents of a directory, the current() method will return an SplFileInfo instance. Using the SplFileInfo, you can determine if the entr

[PHP] Register now for Surge 2010

2010-08-02 Thread Jason Dixon
Registration for Surge Scalability Conference 2010 is open for all attendees! We have an awesome lineup of leaders from across the various communities that support highly scalable architectures, as well as the companies that implement them. Here's a small sampling from our list of speakers: John

Re: [PHP] Re: "php -l" - does it find *anything*?

2010-08-02 Thread Peter Lind
On 2 August 2010 12:05, Gary wrote: > Okay, I'm resurrecting this because I just found something I consider to > be strange in the documentation. Under the -l option at > http://php.net/manual/en/features.commandline.options.php it says > > "This option won't find fatal errors (like undefined func

Re: [PHP] Re: Text editor for Ubuntu with FTP

2010-08-02 Thread Dušan Novaković
True :-) But, in my opinion if you plan to get really serious, then you should consider using Eclipse or NetBeans :-) There you have everything you'll ever need (but of course you have to say goodbye to Designer mode from Dreamweaver :-) ) Dusan On Sun, Aug 1, 2010 at 6:32 AM, David Robley wrote