Re: [PHP] How to get a PHP bug fixed?

2012-11-17 Thread Iñigo Medina
On Sat, 17 Nov 2012, Enumag wrote: Hi, there is a bug I'd like to be fixed and even a patch is available. But there is still no reaction at all after 2 years. What else can I do to get the bug fixed? https://bugs.php.net/bug.php?id=45351 - patch available from 2010-06-13 https://bugs.php.net/b

Re: [PHP] Re: Switch - Case Statement Questions

2012-11-16 Thread Iñigo Medina
On Fri, 16 Nov 2012, Jim Giner wrote: On 11/16/2012 12:38 PM, Tim Streater wrote: On 16 Nov 2012 at 12:10, Omar Muhsin wrote: Hello, I was just wondering after writting the code in version 2 here below, it turns out in testing that it actually PHP is not validating the expressions instea

Re: [PHP] re:Switch - Case Statement Questions

2012-11-16 Thread Iñigo Medina
On Fri, 16 Nov 2012, Ken Robinson wrote: At 07:10 AM 11/16/2012, Omar Muhsin wrote: Hello, I was just wondering after writting the code in version 2 here below, it turns out in testing that it actually PHP is not validating the expressions instead always I get the first case. 1.Using nest

Re: [PHP] Embed images in emails

2008-05-30 Thread Iñigo Medina García
> Iñigo Medina García wrote: >> Hi Chris, >> >> yep, phpmailer is a good work too. But it works the same i said about >> htmlMimeMail5. > > So use either package to figure out what it does and how it does it - > you can learn a lot from other peoples code.

Re: [PHP] Embed images in emails

2008-05-30 Thread Iñigo Medina García
Aha, I see. Perfect, Per. I'll look at this RFC. iñigo > Iñigo Medina García wrote: > >> Hi Per, >> >> yep, it's true, playing with mime it can be sent as attachment, but I >> don't want that but embed. >> >>iñigo > > OK, t

Re: [PHP] Embed images in emails

2008-05-29 Thread Iñigo Medina García
Hi Chris, yep, phpmailer is a good work too. But it works the same i said about htmlMimeMail5. iñigo > Iñigo Medina García wrote: >> Hi Bastien, >> >> thanks for the tip. I've already done it and it didn't run. >> But I'll check it again. >> &

Re: [PHP] Embed images in emails

2008-05-29 Thread Iñigo Medina García
done it in a while but I believe you need a multipart mime >> email with: >> >> Content-Type: image/jpeg >> Content-Disposition: inline >> >> unless you want it to be a separate attachment. > > This may help: > > http://www.phpguru.org/static/htmlMimeMail5

Re: [PHP] Embed images in emails

2008-05-29 Thread Iñigo Medina García
e but I believe you need a multipart mime > email with: > > Content-Type: image/jpeg > Content-Disposition: inline > > unless you want it to be a separate attachment. > > -Shawn > -- Iñigo Medina García Librería Díaz de Santos Madrid (Spain) Dpt.Desarrollo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Embed images in emails

2008-05-29 Thread Iñigo Medina García
as the source attribute > > Not necessarily, images may simply be sent as an attachment with > type "image/jpeg" etc. > > > /Per Jessen, Zürich > > -- Iñigo Medina García Librería Díaz de Santos Madrid (Spain) Dp

Re: [PHP] Embed images in emails

2008-05-29 Thread Iñigo Medina García
Hi Bastien, thanks for the tip. I've already done it and it didn't run. But I'll check it again. iñigo > On Thu, May 29, 2008 at 6:11 AM, Iñigo Medina García < > [EMAIL PROTECTED]> wrote: > >> Hi, >> >> I'm trying to send emails wit

[PHP] Embed images in emails

2008-05-29 Thread Iñigo Medina García
Hi, I'm trying to send emails with embed and dynamic images: a normal tell a friend feature which sends the email with item's data: author, title, image-cover, etc. Ideas PEAR and mime classes apart? thanks iñigo -- ---- Iñigo Medina García Librería Díaz

Re: RES: [PHP] Big companies that use PHP?

2008-04-24 Thread Iñigo Medina García
y was with Guido (python). :-( Sorry and thanks for the link. Iñigo > -Mensagem original- > De: Iñigo Medina García [mailto:[EMAIL PROTECTED] > Enviada em: quinta-feira, 24 de abril de 2008 04:37 > Cc: php-general@lists.php.net > Assunto: Re: [PHP] Big companies

Re: [PHP] Big companies that use PHP?

2008-04-24 Thread Iñigo Medina García
CTED]> wrote: >> >>> Thanks everyone for replying, I think those names can >> change someone's >>> mind >>> ;) >> >> i know where youre coming from; i recall a certain manager >> once saying to me 'php doesnt scale wh

Re: [PHP] What is the practical use of "abstract" and "interface"?

2008-04-14 Thread Iñigo Medina García
y was this page: > > http://www.phpro.org/tutorials/Object-Oriented-Programming-with-PHP.html > > Which seems to only really provide a "hack" (printerFax) to circumvent the > lack of multiple inheritance. > > > Can someone clear this up for me? Look

Re: [PHP] Setting php server

2008-04-08 Thread Iñigo Medina García
; Copyright (c) 1997-2006 The PHP Group > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > Thank you. > -- Iñigo Medina García Librería Díaz de Santos Madrid (Spain) [EMAIL PROTECTED] [EMAIL PROTECTED] -- PHP