Re: [PHP] Re: Most current non-beta version, and bcc

2002-11-07 Thread Manuel Lemos
Hello, On 11/07/2002 08:03 PM, Jill S wrote: Hello Manuel, Thank you for your response and the URLs. I'll check them out. I believe a newer version would be advantageous not only because of the bug fixes in the mail function but also because the developers advocate and advise upgrading

[PHP] Re: attachement

2002-11-10 Thread Manuel Lemos
TML versions, etc.. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Send Attachment using Php

2002-11-12 Thread Manuel Lemos
mail me back: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Generating MS Excel files with PHP

2002-11-12 Thread Manuel Lemos
you may find several solutions to generate Excel files: http://www.phpclasses.org/excel -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Open Source Presentation Tool

2002-11-13 Thread Manuel Lemos
s per page: http://www.meta-language.net/metal/metal.pdf Prestimel is Open Source and comes with some Linux distributions. Its home page is located here: http://oeh.tu-graz.ac.at/prestimel/ -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Open Source Presentation Tool

2002-11-13 Thread Manuel Lemos
helps me make people stay focused on the current point than I am presenting instead of getting distracted by the following points of the presentation that I have not talked about yet. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail() -> How to change the sender

2002-11-13 Thread Manuel Lemos
pecify the sender address using the Return-Path: header: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Help needed with attachments

2002-11-13 Thread Manuel Lemos
needs to be accessible from the server because that is where PHP is running. Either you upload it or specify a URL of a public accessible file like the example of the class. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Re: Open Source Presentation Tool

2002-11-13 Thread Manuel Lemos
e you need to show me a better example than the above of Sterling Hughes that is of this year. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Open Source Presentation Tool

2002-11-13 Thread Manuel Lemos
ike I suggested, if you have a better example, just point the URL, because it will be impossible to evaluate the current possibilities of your presentation tool otherwise. Regards, Manuel Lemos On 11/13/2002 06:33 PM, Rasmus Lerdorf wrote: Nope, it does bullet-by-bullet rendering. It will e

Re: [PHP] Re: Open Source Presentation Tool

2002-11-13 Thread Manuel Lemos
izing. I only asked for an example of a generated presentation. I am not interested in the code until I see an example because trying the code by myself will make me spend a lot of time guessing how everything works. If you do not have an example online to show, we can't evaluate it. --

Re: [PHP] Re: Open Source Presentation Tool

2002-11-13 Thread Manuel Lemos
should have at least of few examples of presentation generated by your tool so people can evaluate it and maybe start using it, but that is just my opinion of course. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Open Source Presentation Tool

2002-11-13 Thread Manuel Lemos
erated with the new version will be available there? -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Whats the deal with HotScripts.com?

2002-11-14 Thread Manuel Lemos
a very nice exposure. Feel free to try it at: http://www.phpclasses.org/ -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to generate ms-word files

2002-11-15 Thread Manuel Lemos
Hello, On 11/14/2002 02:17 PM, Tom Woody wrote: http://sourceforge.net/projects/php-doc-xls-gen/ This project doesn't seem to do anything. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: sendmail problem

2002-11-16 Thread Manuel Lemos
Hello, On 11/16/2002 04:53 PM, Jeff Bluemel wrote: anybody??? still haven't gotten this figure out. You may want to try this class and mail me back if it does not work: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Jeff "Jeff Bluemel" <[EMAIL PR

[PHP] Re: Register_globals = off-compliant form class?

2002-11-16 Thread Manuel Lemos
Hello, On 11/16/2002 08:53 PM, Leif K-Brooks wrote: I'm looking for a good class for forms that will work with register_globals off. I was planning to modify Manuel Lemos's class, but it turned out to be too big of a task. Any ideas? If you wait a few more days, I'll upload

[PHP] Re: mailing by SMTP

2002-11-19 Thread Manuel Lemos
, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: help needed with forms

2002-11-21 Thread Manuel Lemos
box must be displayed which tells the user where he went wrong 2). Also the data that the user had entered on the form must not be reset to blank. This very popular class does exactlty what you need: http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos -- PHP General Mail

[PHP] Re: currency rounding issues

2002-06-05 Thread Manuel Lemos
any routines that might assist? You should not be using floating point math for precise value. Use fixed point math or arbitrary precision math so you do not loose precision: http://www.php.net/bcadd -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] mail() problem

2002-06-05 Thread Manuel Lemos
o some testing. Can anyone help me with this? Might be my last > chance... You may want to try these classes: SMTP Client class - enable debug to see dialog with SMTP server http://www.phpclasses.org/smtpclass MIME message sending and composing http://www.phpclasses.org/mimemessage -- Reg

[PHP] Re: Returnpath for mail

2002-06-06 Thread Manuel Lemos
u specify the Return-Path in the list of headers: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP and ZIP/TAR.GZ files

2002-06-06 Thread Manuel Lemos
sing PHP please send >me links to the resources. Just use use the zip and tar/gzip programs. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [Fwd: [PHP Classes] Latest PHP news in the site newsletter and comp.lang.phpnewsgroup to be approved with your help]

2002-06-07 Thread Manuel Lemos
Hello, Please read the second part of the message being forwarded and contribute to make PHP have better recognition by voting for the creation of the comp.lang.php newsgroup. The explantion about the importance of this is in the message. -- Regards, Manuel Lemos --- Begin Message

[PHP] Re: mail() function hangs

2002-06-10 Thread Manuel Lemos
missing \r\n somewhere. Can you please tell if this PHP class works for you so we can realize that it is really a PHP bug? http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: capturing bouncers.

2002-06-10 Thread Manuel Lemos
the default transport uses mail() and it will not work that way: http://www.phpclasses.org/mimemessage Beware that delayed delivery warnings also return to the bounce address. There are tricks to avoid that too. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: bulk mail()

2002-06-12 Thread Manuel Lemos
ages, just send one with all recipients in Bcc: -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Fork and multi-thread in PHP?

2002-06-12 Thread Manuel Lemos
injects the messages in the local mailer queue, instead of going through a TCP connection. If you can use sendmail there isn't really a good reason to use SMTP instead if all you want it is speed. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] Re: Automatic user login under NT

2002-06-12 Thread Manuel Lemos
nybody has interest in doing it and know enough C, I can tell you how to write a PHP extension to support that. Just let me know if you are interested. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Automatic user login under NT

2002-06-12 Thread Manuel Lemos
response messages that are exchanged between the client and the server: http://www.innovation.ch/java/ntlm.html Other than this there is the issue of authentication credentials caching. Since you need 3 accesses to the server to go, caching authetication credentials would avoid further auth

[PHP] Re: Email howTo ?

2002-06-12 Thread Manuel Lemos
pclass -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Email validation

2002-06-12 Thread Manuel Lemos
Hello, On 06/12/2002 01:56 PM, Jeroen Timmers wrote: > Is there a simple function that validate an email adres You may want to try this e-mail validation class that provides different levels of e-mail validation. http://www.phpclasses.org/emailvalidation -- Regards, Manuel Le

[PHP] Re: Email not getting

2002-06-12 Thread Manuel Lemos
> > Even I checked the email files at /var/spool/mqueue - There are 2 files, > one with message and one with lots of other info. But then why I am not > getting the emails ? Why they are remaining in the queue ? Is there any > setting required in php.ini ?

Re: [PHP] Re: Email not getting

2002-06-12 Thread Manuel Lemos
- > > > > What's the problem exactly? As I do not know much about Linux (Totally > on windows), I am unable to figure out too. It looks like the your machine DNS does not seem to be properly configured. Type in the shell this command and tell me

Re: [PHP] Re: Email not getting

2002-06-13 Thread Manuel Lemos
aurica.com, but your system DNS configuration may not be correct. That SMTP server seems to be reachable from here too. Regards, Manuel Lemos > > Manisha > > At 02:06 AM 6/13/02 -0300, Manuel Lemos wrote: > >> Hello, >> >

[PHP] Re: Database Abstraction Suite

2002-06-13 Thread Manuel Lemos
hpclasses.org/metabase -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Spam Bots/E-mail Addys

2002-06-13 Thread Manuel Lemos
s by spam harverster bots. Look at the bottom of the pages here for an example: http://www.phpclasses.org/ -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail( ) and cox

2002-06-13 Thread Manuel Lemos
eing refused because it is confused with SPAM. You need to see the bounced messages (if you get any) or the SMTP dialog to figure what is wrong. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Spam Bots/E-mail Addys

2002-06-13 Thread Manuel Lemos
send a mailto: header! I have a mail.php file, which I call with > a link like: > > Justin You know this is not perfect either because an harvester will follow the link and once he is redirected to a mailto: address he can collect the address as well. -- Regards, Manuel Lemos -- P

Re: [PHP] Re: Spam Bots/E-mail Addys

2002-06-13 Thread Manuel Lemos
I don't want to do this because the poster may abuse from your site to send hate mail or some other kind of inconvinient mail and your site will be blamed for that. I prefer to leave the less-than-0-dot-5-percent-non-Javascript-browser users fixing the address that had @ replaced. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Spam Bots/E-mail Addys

2002-06-13 Thread Manuel Lemos
Hello, On 06/14/2002 12:03 AM, Justin French wrote: > on 14/06/02 12:45 PM, Manuel Lemos ([EMAIL PROTECTED]) wrote: > > >>Javascript-less represent less then 0.5% of the users in the World. > > > I'd be interested in seeing this data proven. I'm not

[PHP] Re: Email validation

2002-06-13 Thread Manuel Lemos
alidation http://www.phpclasses.org/formsgeneration E-mail address validation http://www.phpclasses.org/emailvalidation -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Spam Bots/E-mail Addys

2002-06-13 Thread Manuel Lemos
or making demands about the user's method of surfing. > > SOCOG already copped this in Sydney 2002 didn't they??? Replacing characters of the e-mail to protect them from harvesting with characters that can be easily guess that they need to be replaced by Javascript-less users, does not make the site unusable. Insisting that it does makes your point becomes unreasonable. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Email validation

2002-06-13 Thread Manuel Lemos
Hello, On 06/14/2002 03:06 AM, Miguel Cruz wrote: > On Fri, 14 Jun 2002, Manuel Lemos wrote: > >>The following classes use this validation regular expression string. It >>does not exclude some invalid addresses but includes all valid addresses. >> >>

Re: [PHP] Re: Spam Bots/E-mail Addys

2002-06-13 Thread Manuel Lemos
it on the client side with Javascript you avoid the server round trip and the time and patience of the user that has to wait for the server to tell him that something is wrong in the form. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: any reason why mail() returns a false value?

2002-06-21 Thread Manuel Lemos
endmail was definitely in my PATH. I haven't checkec this, but did you remove config.cache or did make distclean before going through configure again? -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: recommend any good learning books

2002-06-21 Thread Manuel Lemos
ry one is quite for beginners but they are still recommendable: http://www.phpclasses.org/products.html/latest/latest.html -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Generating Barcodes and printing

2002-06-27 Thread Manuel Lemos
Hello, On 06/27/2002 03:27 PM, Phpcoder wrote: > Hi, > I would like to generate barcodes and have it print out the barcode > automatically from awebpage, is this possible? How? This class does exactly what you need: http://www.phpclasses.org/pdfbarcode128 -- Regards, Manuel Lemos

[PHP] Re: Generating RTF on the fly

2002-06-29 Thread Manuel Lemos
want to try this PHP class for that: http://www.phpclasses.org/browse.html/package/388.html -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Will mail() function work for SMTP servers which needs Authentication

2002-07-02 Thread Manuel Lemos
. mail() has no support for authentication. You may want to try this PHP Class that does exactly what you need: http://www.phpclasses.org/smtpclass It is better used in conjunction with this: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http:/

[PHP] Re: Recognition: Richard Lynch

2002-07-03 Thread Manuel Lemos
itled to the Mr-PHP-Help award. :-) -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP: Script Security: Best coding practices

2002-07-03 Thread Manuel Lemos
mming. Do's and Don't, or a list of common pitfalls and how to > avoid them. > > Can anyone point me to such a list or tutorial? Check out http://www.phpadvisory.com/ . -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail function question

2002-07-07 Thread Manuel Lemos
f this. No, mail() function does not have any support for authentication. You may want to try to use this SMTP client message sending class that supports most common forms of SMTP authentication automatically. http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos -- PHP General Mail

[PHP] Re: PHP and Object-Orientated Programming

2002-07-08 Thread Manuel Lemos
id not stop thousands of people using hundreds of PHP classes written in by many PHP developers and made available here for free: http://www.phpclasses.org/ -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: win32 mail()

2002-07-17 Thread Manuel Lemos
to authenticate via POP3 protocol. You may want to try this PHP class for that purpose: http://www.phpclasses.org/pop3class -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: HTML E-mails

2002-07-22 Thread Manuel Lemos
version of your message. If you do not do that, some people will discard your messages confusing them with SPAM, unless what you are sendind is really solicited mail. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: speed of mail() on two servers

2003-08-27 Thread Manuel Lemos
u can always tune qmail to try deliverying messages to more recipients at the same time tweaking concurrencyremote option. The default it 20 recipients at the same time but you can increase it to 120 without patches. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP htt

[PHP] Re: mail mime attachment

2003-08-28 Thread Manuel Lemos
() function problems: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: speed of mail() on two servers

2003-08-28 Thread Manuel Lemos
. Hmmm... That's worth a look; where do I set that? RTFM! :-) /var/qmail/control/concurrencyremote -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] Re: SMTP server response: 550 5.7.1 Unable to relay for

2003-08-28 Thread Manuel Lemos
ction named smtp_mail() that you can use as replacement to the mail() function but you can also specify the user and password to authenticat with the SMTP server: http://www.phpclasses.org/mimemessage http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos Free ready to use OOP components wr

Re: [PHP] Re: speed of mail() on two servers

2003-08-30 Thread Manuel Lemos
n options. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP code generation

2003-09-06 Thread Manuel Lemos
ok at Metastorage project which is based on massive code generatiom based on meta-programming: http://www.meta-language.net/metastorage.html -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] Re: PHP code generation

2003-09-07 Thread Manuel Lemos
this ?? http://www.meta-language.net/screenshots.html Actually these are browser screenshots of HTML forms generated by the classes produced with Metastorage. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -Original Message- From

[PHP] Re: mail(); and embedding pictures

2003-09-28 Thread Manuel Lemos
a in the actual messsage. You may want to try this class that makes it easy for you to do that and even comes with an example that demonstrates precisely how to do that: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in

Re: [PHP] captcha WAS Please visit my php program

2003-09-30 Thread Manuel Lemos
-- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail(): can it reply with quoted text?

2003-10-01 Thread Manuel Lemos
here","> ") that does precisely what you need: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: your method for validating forms

2003-10-01 Thread Manuel Lemos
eration -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: your method for validating forms

2003-10-01 Thread Manuel Lemos
ess additional round trip that many times could be avoided and make your site more usable, ie, less annoying for the users. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail() function, how to get it work?

2003-10-03 Thread Manuel Lemos
http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Credit Card Validation

2003-10-08 Thread Manuel Lemos
g/payment http://www.phpclasses.org/credit -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail() php in message

2003-10-13 Thread Manuel Lemos
. Sending an HTML message properly requires that you compose a message according to the MIME standards. Just try this class that makes it easy: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General

Re: [PHP] mail() php in message

2003-10-13 Thread Manuel Lemos
buffering functions. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: What's a good regex to validate an email address? ;)

2003-10-17 Thread Manuel Lemos
tanding of the RFC. http://www.phpclasses.org/emailvalidation http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: generating nested xml from mysql

2003-10-17 Thread Manuel Lemos
, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP Class ArrayQueue

2003-10-17 Thread Manuel Lemos
yone knows what's wrong? Thanks Have you checked these classes? They seem to do what you want. Class: Queue http://www.phpclasses.org/class_queue Class: FIFO Queue http://www.phpclasses.org/queue -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/

[PHP] Re: SQL injection

2003-10-17 Thread Manuel Lemos
://www.phpclasses.org/aclass Class: class_sql_inject http://www.phpclasses.org/class_sql_inject -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: File attachment to mail() doesn't work....

2003-10-17 Thread Manuel Lemos
nyone look into it and correct it for me? That looks like one of those mail() function bugs. You may want to try this class that has workarounds for such bugs and provides an easy way to compose and send messages with attachments. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos

[PHP] Re: turck-mmcache compiled loader

2003-10-19 Thread Manuel Lemos
make install -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: turck-mmcache compiled loader

2003-10-19 Thread Manuel Lemos
es in your machine with a common user, thus without administration (root) privileges. If you could do that, the security of that machine would be compromised. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List

[PHP] Re: using mail() - what is max number of email addresses I can specify in To field?

2003-10-22 Thread Manuel Lemos
emote SMTP, etc...) that your hosting uses, so I can make an adequate recomendation. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Attachments with Mail()

2003-10-23 Thread Manuel Lemos
mail($toaddress, $subject, $mailcontent, $headers); You may want to try this class that lets you add attached files easily either from local files, remote files (http) or data in strings. It can also guess the correct file type from the file name: http://www.phpclasses.org/mimemessage -- Regards, Man

[PHP] Re: XML/MySQL

2003-10-26 Thread Manuel Lemos
L DOM, the other is simply to join lots of strings together. What is the best approach? Thank is a common problem with solutions from several people. You may find some here: http://www.phpclasses.org/search.html?words=xml+mysql&restrict=C&go_search=1 -- Regards, Manuel Lemos Free ready to

[PHP] Re: PHP Script Output as HTML Mail

2003-10-29 Thread Manuel Lemos
o prevent that your message gets filtered. Composing multipart/alternative messages is not trivial, but fortunately you can resort to ready to use classes like this one that simplifies the composition of multipart messages: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free re

[PHP] Re: mail function error - win32

2003-11-01 Thread Manuel Lemos
sender and recipient addresses. If you still have problems, you may want to try this class that has workarounds for some of the problems of the mail() function: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.o

[PHP] Re: MX lookup email verification on Windows

2003-11-08 Thread Manuel Lemos
. These classes can be used in conjunction to do exactly what you need: Class: E-mail address validation class http://www.phpclasses.org/emailvalidation Class: DNSResolver http://www.phpclasses.org/phpresolver -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http

[PHP] Re: Calling mail() in a loop

2003-11-13 Thread Manuel Lemos
being called this many times, and secondly any other function that I could call that would be a similar test without having to send out emails. It depends on your what OS are you using and what local mailer (sendmail/qmail/postfix/etc.. ) you use in case it is under Linux/Unix. -- Regards, M

[PHP] Re: Can't fetch HTTP POST data in PHP?

2003-11-15 Thread Manuel Lemos
/httpclient -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Include an encoder into PHP distribution?

2003-11-15 Thread Manuel Lemos
e free as in gratis which is what Apache, PHP and others with BSD like licenses, with strictly conditional free of the GPL software. IMHO, if you really want to make software free without confusion, forget GPL. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://w

Re: [PHP] Include an encoder into PHP distribution?

2003-11-15 Thread Manuel Lemos
ity trying to act as censorship. You are not adding anything to the thread. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Include an encoder into PHP distribution?

2003-11-15 Thread Manuel Lemos
ncoder, but also the optimizer and the cache that seem to be probably the best in the market. The contact address is below in this page but I am not sure if it is upto date. http://turck-mmcache.sourceforge.net/ -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://ww

[PHP] Re: Limiting repetitive file access

2003-11-16 Thread Manuel Lemos
ovides log watching services: http://www.phpclasses.org/logwatcher -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Include an encoder into PHP distribution?

2003-11-16 Thread Manuel Lemos
group. I don't see the point in your hostility trying to act as censorship. You are not adding anything to the thread. I agree with you here Manuel. Thanks for the explanation about GPL and BSD, and it was a good point to add. However, I think that an encoder should not be part of the de

Re: [PHP] Include an encoder into PHP distribution?

2003-11-16 Thread Manuel Lemos
. Maybe this thread belongs to php.evangelism... Forget that list. It is moderated and the moderators boycott subjects that do not interest them. Basically it is censored. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing L

Re: [PHP] Re: Limiting repetitive file access

2003-11-16 Thread Manuel Lemos
, but if there is interest, I can release it later as a part of this class that already provides log watching services: http://www.phpclasses.org/logwatcher Thanks Manuel, Actually I like your idea -- it is much better. However, I do not use .htaccess permissions -- When I tried uploading the

Re: [PHP] Include an encoder into PHP distribution?

2003-11-17 Thread Manuel Lemos
extensions directory and enable it in php.ini . -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Include an encoder into PHP distribution?

2003-11-17 Thread Manuel Lemos
is a build to build it with CygWin though. Anyway, the Turck author provides already built extensions DLL for the latest PHP versions. So you really do not have build it yourself. http://sourceforge.net/project/showfiles.php?group_id=69426 -- Regards, Manuel Lemos Free ready to use OOP compo

[PHP] Re: Fwd: MMCache segmentation faults

2003-11-17 Thread Manuel Lemos
ee in the Web server error log, which scripts are actually crashing. Then you may try isolating the fault to figure what exactly is the code that make the server segfault. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP Mail handler?

2003-11-19 Thread Manuel Lemos
://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: HTTP Authentication thru PHP

2003-11-19 Thread Manuel Lemos
sername contains a trailing semicolon or when the $password is starting with a semicolon, Ex: what if the $username ="chandu:" Is there any solution for this ? You need to encode user names properly. You may want to take a look at this class to see how it is done: http://www.phpclasses.

[PHP] Re: HTML email problem

2003-11-19 Thread Manuel Lemos
ay want to try this class: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

<    1   2   3   4   5   6   7   8   9   10   >