php-general Digest 23 Dec 2007 01:08:28 -0000 Issue 5195

2007-12-22 Thread php-general-digest-help
php-general Digest 23 Dec 2007 01:08:28 - Issue 5195 Topics (messages 266223 through 266229): Re: XML Parse Error 266223 by: Zoltán Németh Re: Just to confirm... 266224 by: Richard Heyes application/x-pkcs7-mime decoding class? 266225 by: Zoltán Németh PHP5 Speed

Re: [PHP] Just to confirm...

2007-12-22 Thread Richard Heyes
I wish I could block IE users. They almost are more trouble than they are worth. Luckily only about 20% of my users still use IE6. :p Technically you can, not that I can understand why you would want to block what is the most popular browser out there. My personal sites stats show that IE

[PHP] application/x-pkcs7-mime decoding class?

2007-12-22 Thread Zoltán Németh
hi list, merry christmas to you all! and the question: does anyone know about any php classes to decode emails which are s/mime encrypted? they contain no body and other mime parts, only a file smime.p7m, with mime type application/x-pkcs7-mime, disposition inline. I can download the file from

[PHP] PHP5 Speed Issues

2007-12-22 Thread Sascha Braun
Hi Fellows, I figured out, that PHP5 runs faster when I am not inherit classes, I hope I use the right word. I mean the class sub_class extends main_class notation. As well I figured out, that I in most cases should references in foreach loops. like foreach($array as $key = $value) { } Lots

[PHP] email authentication

2007-12-22 Thread Afan Pasalic
Hi, I have to develop a little registration form. after the form is submitted confirmation email has to be sent to registrant. I use this function to send an email: function send_plain_email($to, $subject, $body) { $headers =MIME-Versin: 1.0\n . Content-type: text/plain;

Re: [PHP] email authentication

2007-12-22 Thread Stut
Afan Pasalic wrote: I have to develop a little registration form. after the form is submitted confirmation email has to be sent to registrant. I use this function to send an email: function send_plain_email($to, $subject, $body) { $headers =MIME-Versin: 1.0\n . Content-type:

Re: [PHP] about __get,__set Overloading, read-only properties

2007-12-22 Thread Jochem Maas
ked schreef: My idea is just your answer...happy..ing ^_^ You are so warmhearted. Thanks a lot! : ) I don't get accused of that very often. are you being sarcastic or did my suggestion help? (sorry I didn't quite understand your reply) I will never post a question to a existing

Re: [PHP] Assign variable to a block of html code

2007-12-22 Thread php mail
Hi Everyone, Thanks for pointing me to heredoc syntax. I've got it working out nicely now ;) Regards, Feris On 12/20/07, Daniel Brown [EMAIL PROTECTED] wrote: On Dec 19, 2007 10:38 PM, php mail [EMAIL PROTECTED] wrote: Hi All, Is it possible to assign variable to a block of html code ?

[PHP] Aspect Oriented framework

2007-12-22 Thread php mail
Hi All, Anyone ever use this tools ? If so, which one is more recommended ? - http://www.aophp.net/ - http://phpaspect.org/ Regards, Feris

[PHP] html to doc and pdf ??

2007-12-22 Thread Me2resh Lists
Dear All, after suffering with asp.net, i finally convinced the company to turn the application we are using to PHP but my concern is, what is the easiest and best way to convert html that is generated from mysql databse to microsoft word and pdf files the application will run on a linux

[PHP] imap_mail()

2007-12-22 Thread Thomas Le
How do I structure the $additionalHeaders string so that it is useful? Is there a specific order the headers have to be in? How do I delimit multiple headers? I want the from and mailed-by fields to be modified by this variable when mailed from the PHP script. I am getting the server name of my

Re: [PHP] Sending SMS via PHP

2007-12-22 Thread Casey
On Dec 22, 2007 9:00 PM, AmirBehzad Eslami [EMAIL PROTECTED] wrote: Hi, How can i send SMS messages via PHP? How can i set SMS-headers (UDH)? Does anyone know some article/class/package about this issue? Thank you in advance, -b You could send emails.