Re: [PHP] PROBLEM WITH MAIL FUNCTION

2006-07-09 Thread Manuel Lemos
with accents like you are using: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing

[PHP] Re: RSS creator class

2005-09-19 Thread Manuel Lemos
-- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net

[PHP] Re: Suggestions for class design

2005-09-19 Thread Manuel Lemos
://www.meta-language.net/metastorage-tutorial.html Some screenshots of the Web interface: http://www.meta-language.net/screenshots.html -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books

Re: [PHP] Re: Suggestions for class design

2005-09-20 Thread Manuel Lemos
if this explanation is clear now as I admit that these matters are very abstract. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage

[PHP] Re: email validation (no regex)

2005-09-21 Thread Manuel Lemos
for validation of e-mail addresses that can check the destination SMTP server but it handles correctly the problems I mentioned above: http://www.phpclasses.org/emailvalidation -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP

Re: [PHP] Re: Suggestions for class design

2005-09-21 Thread Manuel Lemos
it in. :) Right, regardless of what Chris decide, my suggestion was not to use Metastorage but rather take a look first to what generates. Metastorage generated code even comes with comments so it easier to understand what it does and why. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP

[PHP] Re: IIS E-Mail

2005-09-22 Thread Manuel Lemos
to check with the IIS Vistrual SMTP Server as MTA for PHP? Any help would be greatly appreciated. If you set the return path address correctly, you will get a bounce soon or later explaining why the messages are not being delivered. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP

[PHP] Re: basic user/input form questions... more validation!

2005-09-22 Thread Manuel Lemos
you are using. I use Metabase, which is a database independent abstraction package to access SQL databases that performs the correct quoting and escaping according to the databse you use. http://www.phpclasses.org/metabase -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components

Re: [PHP] Re: Suggestions for class design

2005-09-22 Thread Manuel Lemos
. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net

[PHP] Re: PHP CLI - possible for mass mailing?

2005-09-28 Thread Manuel Lemos
that calls set_time_limit(0); to let PHP run the script for a long time. The class comes with examples of optimize its use for bulk mailing. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org

[PHP] Re: Email Validation built-in? RFC

2005-10-22 Thread Manuel Lemos
a whitelist temporary rejection. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http

Re: [PHP] Re: Email Validation built-in? RFC

2005-10-24 Thread Manuel Lemos
but I did not realize that the message had already been sent. What I meant is that despite I use that regular expression for many years without complaints, it could be improved to reject only invalid characters, but of course that is not what that expression does. -- Regards, Manuel Lemos PHP

[PHP] Re: function 'another_mail' with authentication

2005-10-24 Thread Manuel Lemos
/mimemessage You also need this class for the SMTP dialog: http://www.phpclasses.org/smtpclass And this class for the authentication support: http://www.phpclasses.org/sasl -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews

[PHP] Re: php + cURL issue

2005-11-17 Thread Manuel Lemos
/httpclient -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - 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

Re: [PHP] PHP and email

2005-11-23 Thread Manuel Lemos
to die unless it is not configure to work upto the operating system limits. What mail server do you use? -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written in PHP http

[PHP] Re: NTLM, PHP and Apache

2005-11-23 Thread Manuel Lemos
performs the authentication dialog and pass it to the scripts of any language through the environment variable LOGON_USER. All you need to do is to call GetEnv(LOGON_USER); -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP

Re: [PHP] Re: PhpMailer vs Pear:Mail

2005-11-29 Thread Manuel Lemos
that it is very fast queuing around 30 messages per second in a qmail based setup, all done in pure PHP code. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP

[PHP] Re: PHP and Apache 2.2.0

2005-12-17 Thread Manuel Lemos
, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - 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 and Apache 2.2.0

2005-12-17 Thread Manuel Lemos
/install.unix.apache2.php -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - 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

Re: [PHP] PHPMailer inserting unwanted spaces

2006-01-03 Thread Manuel Lemos
and see if it works for you: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing

[PHP] Re: Curl Question

2006-01-03 Thread Manuel Lemos
functions in certain cases. This class takes care of cookie handling, redirection, form posting, file uploading, etc.. http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free

[PHP] Re: date processing needed in form

2006-01-03 Thread Manuel Lemos
/test_date_input_page.html -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - 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

[PHP] Re: Using aliases to have an email trigger a php script

2006-01-15 Thread Manuel Lemos
that everytime to handle messages that need to be processed programaticall. I use for instance this class to poll a POP3 mailbox: http://www.phpclasses.org/pop3class -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free

Re: [PHP] header WWW-Authenticate Question

2006-01-26 Thread Manuel Lemos
, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - 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] copy problem with HTTP wrapper

2006-01-27 Thread Manuel Lemos
browser submitting files via POST and also authentication, cookie handling and redirection in case you want make a robust file copying system: http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP

Re: [PHP] copy problem with HTTP wrapper

2006-01-27 Thread Manuel Lemos
a different kind of file server support. For instance, if it has Samba (Windows like file shares), you can try this other class: http://www.phpclasses.org/smbwebclient -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes

[PHP] Re: vaidation and mail function question

2006-02-10 Thread Manuel Lemos
system. I just want to be sure about this. On Windows, it uses a SMTP server. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP

RE: [PHP] Complications when sending HTML email

2006-02-15 Thread Manuel Lemos
to take much time figuring how to do it yourself, you may take advantage of many existing ready to use classes of objects for composing and sending MIME compliant messages like for instance this one: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos info at phpclasses dot org Free ready

[PHP] Re: HN CAPTCHA at http://www.phpclasses.org

2006-02-16 Thread Manuel Lemos
. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - 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

Re: [PHP] HN CAPTCHA at http://www.phpclasses.org

2006-02-16 Thread Manuel Lemos
impaired people, there are audio CAPTCHA solutions. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http

[PHP] Re: Site bloated by images

2006-02-16 Thread Manuel Lemos
more details on what you can do to solve that problem: http://www.meta-language.net/metabase-faq.html#excessive-connections -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written

Re: [PHP] HN CAPTCHA at http://www.phpclasses.org

2006-02-16 Thread Manuel Lemos
CAPTCHA solutions. Regards, Manuel Lemos Manuel: No offense meant, but please review this -- No offense taken. http://www.access-matters.com/2005/05/22/quiz-115-did-a-captcha-catch-ya/ -- before installing a CAPTCHA. Accessibility matters. I am not sure what you mean. Are you

Re: [PHP] HN CAPTCHA at http://www.phpclasses.org

2006-02-17 Thread Manuel Lemos
software that many blind users use to access read Web pages loud. Manuel Lemos Manuel: As a friend of mine, who is very knowledgeable/experienced in these matters, said: The audio variants are still barriers because there are too may reasons why they might fail to work. As I said before

[PHP] Re: regular pattern to match åäö

2006-02-18 Thread Manuel Lemos
sure you are not using an encoding in your PHP source code editor that is different from the encoding of your input data. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written

[PHP] Re: Handling of lengthy server operation in php

2006-02-18 Thread Manuel Lemos
/metabase-faq.html#performance -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net

[PHP] Re: Reading binary http post

2006-02-22 Thread Manuel Lemos
. It is probably easy. If you are not able to do it, you may want to try this PHP HTTP client class . It can send custom POST requests. http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes

Re: [PHP] HN CAPTCHA at http://www.phpclasses.org

2006-02-22 Thread Manuel Lemos
and development costs time and money to those that need to invest on it to find better protection . People that complain against CAPTCHAs should also consider these aspects before blaming people for not using better CAPTCHA schemes. -- Regards, Manuel Lemos Metastorage - Data object relational

Re: [PHP] HN CAPTCHA at http://www.phpclasses.org

2006-02-22 Thread Manuel Lemos
, isn't it? Or have I blundered? I think you are missing the point. The role of robots is to find the solutions to hack the sites. Hackers find the solutions and develop robots to attack the sites. For an hacker, this site is easy to hack. -- Regards, Manuel Lemos Metastorage - Data object

Re: [PHP] novice with hacked email form issue

2006-02-22 Thread Manuel Lemos
-- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - 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

Re: [PHP] Problem with mail() on Debian

2006-02-22 Thread Manuel Lemos
it elsewhere. Look again to the phpinfo() output to determine the real path of php.ini . -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP

Re: [PHP] PHPemPT

2001-04-11 Thread Manuel Lemos
diferentes obrigando os que participam em varias a receber copias desnecessarias. Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Do any of you provide hosting?

2001-04-14 Thread Manuel Lemos
. He just gets a commission from them. So it is in the best of his interest to serve me and other clients well. If you are interested in get such 5 stars support service, just mail me back and I'll orient you to sign-in making sure you get my account manager as yours too. Regards, Manuel Lemos

Re: [PHP] What's XML's Purpose??

2001-04-15 Thread Manuel Lemos
serve data on demand. Metabase is free and is avaliable here: http://phpclasses.UpperDesign.com/browse.html/package/20 Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED] -- E-mail: [EMAIL PROTECTED] URL: http://www.mlemos.e-n

Re: [PHP] Display Formatted Query Results

2001-04-15 Thread Manuel Lemos
am making progress, though. Here is my first delimit: I am not sure if this solves your whole problem, but you may want to try this PHP query result table display class: http://phpclasses.UpperDesign.com/browse.html/package/130 Manuel Lemos I have a form page that looks like this: http

Re: [PHP] XML - simple get data from elements

2001-04-18 Thread Manuel Lemos
the relevant XML tags. http://phpclasses.UpperDesign.com/browse.html/package/4 Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] simple database extraction problem :(

2001-05-06 Thread Manuel Lemos
/browse.html/package/130 Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED] -- E-mail: [EMAIL PROTECTED] URL: http://www.mlemos.e-na.net/ PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp -- -- PHP General Mailing

Re: [PHP] Databases and HTML forms

2001-05-06 Thread Manuel Lemos
to go about doing this? Some kind of class library or anything? Or do I just kind of code it up? Thanks for any responses. Right, you may want to check this PHP class that does exactly what you need: http://phpclasses.UpperDesign.com/browse.html/package/231 Regards, Manuel Lemos Web

Re: [PHP] checking if e-mail address and syntax are valid

2001-05-06 Thread Manuel Lemos
/package/13 Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED] -- E-mail: [EMAIL PROTECTED] URL: http://www.mlemos.e-na.net/ PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp -- -- PHP General Mailing List (http

[PHP] Re: mail problem at interland

2005-01-28 Thread Manuel Lemos
that your message be discarded. Without telling what you are putting there, it is hard to help further. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org

[PHP] Re: Sending email when sendmail_from sendmail_path = null.

2005-01-30 Thread Manuel Lemos
also need this: http://www.phpclasses.org/smtpclass and this if the SMTP server requires authentication: http://www.phpclasses.org/sasl -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other

[PHP] Re: Retrieving an URL paramter via fsockopen

2005-02-07 Thread Manuel Lemos
Who can I do this? And who can I read this URL parameter? You may want to try this HTTP client class that can be used submit HTTP requests either via POST of GET, passing whatever parameters you want: http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP

Re: [PHP] mail() function

2005-02-09 Thread Manuel Lemos
function but lets you set the authentication credentials as you need. http://www.phpclasses.org/mimemessage You also need these: http://www.phpclasses.org/smtpclass http://www.phpclasses.org/sasl -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http

[PHP] Re: Multi-Page Forms

2005-02-09 Thread Manuel Lemos
you only part of the form at a time and links to switch to other pages: http://www.phpclasses.org/wizard -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org

[PHP] Re: Fancy Form processing Ideas

2005-02-14 Thread Manuel Lemos
automated access using robots). http://www.phpclasses.org/formsgeneration Here are some screenshots: http://www.phpclasses.org/browse/file/8178.html http://www.phpclasses.org/browse/file/8244.html http://www.phpclasses.org/browse/file/8245.html -- Regards, Manuel Lemos PHP Classes - Free ready

[PHP] Re: PHP book recommendations

2005-02-14 Thread Manuel Lemos
there? It depends on your is your criteria of a better book. Here you may find reviews of many books of interest to PHP users: http://www.phpclasses.org/reviews/ Here you may find the latest reviews that were published: http://www.phpclasses.org/reviews/latest/latest.html -- Regards, Manuel Lemos PHP

[PHP] Re: mail() takes a long time to process

2005-02-27 Thread Manuel Lemos
name from the IP address and it is not possible because the DNS misses the respective PTR records. This may happen if you are sending messages from domestic (dial-up/ADSL/Cable) Internet account. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http

Re: [PHP] php DBMS

2005-02-28 Thread Manuel Lemos
do not distribute MySQL with them, you do not need to buy any licenses. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data

[PHP] Re: Problem submitting a POST request by hand

2005-02-28 Thread Manuel Lemos
-- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net

[PHP] Re: mass emailing on windows server

2005-03-04 Thread Manuel Lemos
optiomizitions and make the delivery even faster. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data

[PHP] Re: Database engine in PHP

2005-03-04 Thread Manuel Lemos
-application. Yes, you may want to take a look at this flat file database manager class that even supports SQL, which seems to be exactly what you are looking for: http://www.phpclasses.org/pdb -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http

[PHP] Re: bulk emailer

2005-03-12 Thread Manuel Lemos
to personalize messages, you can even use Smarty as template engine to speedup personalized message generation. There are several examples to demonstrate this: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http

[PHP] Re: bulk emailer

2005-03-14 Thread Manuel Lemos
, take a look at the sendmail_message_class of this package: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews

Re: [PHP] php compiler

2005-03-15 Thread Manuel Lemos
by Roadsend, which according to them does not use absolutely any code from the Zend engine. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage

Re: [PHP] Re: bulk emailer

2005-03-15 Thread Manuel Lemos
signing up the site though: http://www.meta-language.net/download.html#cvs -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data

[PHP] Re: mail() Alternative?

2005-03-23 Thread Manuel Lemos
. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer

[PHP] Re: ISO encoding of subject in mail?

2005-03-29 Thread Manuel Lemos
for encoding as quoted-printable but it is not exactly the same thing. You may want to try this class that comes with support to encode headers with q-encoding and it comes with an example to demonstrate that: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free

[PHP] Re: PHP Tool to answer emails

2005-04-04 Thread Manuel Lemos
want to take a look at this other class too: http://www.phpclasses.org/autoresponse -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage

Re: [PHP] php user groups - searching for php developers for a project...

2005-04-05 Thread Manuel Lemos
/ -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net

[PHP] Re: Locking in PHP (Question for PHP Gurus)

2005-04-06 Thread Manuel Lemos
(). -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net

[PHP] Re: Amazon/eBay API

2005-04-15 Thread Manuel Lemos
-- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net

[PHP] Re: processing email

2005-04-15 Thread Manuel Lemos
for that purpose: http://www.phpclasses.org/pop3class -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational

[PHP] Re: Flash integration with PHP

2005-04-25 Thread Manuel Lemos
that provide different kinds of Flash integration: http://www.phpclasses.org/browse/class/102.html -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews

[PHP] Re: phpclasses formerly Flash integration

2005-04-25 Thread Manuel Lemos
privately so I can let you know first and you can participate in the tests (at no cost of course) before the paid services are officially launched. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books

Re: [PHP] phpclasses formerly Flash integration

2005-04-25 Thread Manuel Lemos
prompted for any downloads. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http

[PHP] Re: phpclasses formerly Flash integration

2005-04-26 Thread Manuel Lemos
exactly how things work. For now, the site needs the ads to survive, maybe that will change in the future. Until then, the users will have to be patient. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews

[PHP] Re: XML language for database schema definitions

2005-04-27 Thread Manuel Lemos
to describe how a database is structured? That is an old idea introduced by Metabase in 1999: http://www.phpclasses.org/metabase -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http

[PHP] Re: Starting a big project

2005-05-01 Thread Manuel Lemos
for you because it will let you try different models that can be changed and regerated quickly until you figure the right model for your needs and keep changing it later if necessary. http://www.meta-language.net/metastorage.html -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP

[PHP] Re: need class to send email w/attachments

2005-05-06 Thread Manuel Lemos
://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

[PHP] ANNOUNCE: Metastorage object persistence API generator

2002-12-05 Thread Manuel Lemos
_ Released Metastorage generator Manuel Lemos, 2002-12-05 16:11:44 GMT Metastorage is an application that is capable of generating persistence layer APIs. It takes a component definition defined in the Component Persistence Markup Language (CPML), a XML based format, and generates

[PHP] ANNOUNCE: Metastorage object persistence API generator

2002-12-05 Thread Manuel Lemos
_ Released Metastorage generator Manuel Lemos, 2002-12-05 16:11:44 GMT Metastorage is an application that is capable of generating persistence layer APIs. It takes a component definition defined in the Component Persistence Markup Language (CPML), a XML based format, and generates

[PHP] Metastorage generates Entity-Relationship class diagrams in UML

2002-12-09 Thread Manuel Lemos
in the Metastorage documentation. Here you may find the complete announcement with example graphics and the relevant links: http://www.meta-language.net/news-2002-12-09-metastorage.html -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Re: Mass Mailing

2002-12-21 Thread Manuel Lemos
to develop and debug. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Mass Mailing

2002-12-22 Thread Manuel Lemos
bouncing subscribers using an external validation procedure. I used this other class for the cleanup. After that it was a breeze. We had peaks of 10,000 messages sent per minute. http://www.phpclasses.org/emailvalidation -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net

[PHP] Re: Email problems.

2002-12-22 Thread Manuel Lemos
? This is the page I want to send: http://www.violasystems.com/e-news/template.html You may want to try this class for composing messages that lets you add parts from files. Just specify the URL as filename: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General

[PHP] Re: Flow diagrams.

2002-12-26 Thread Manuel Lemos
that information as a process flow diagram. You may want to look at Metastorage that draws graphs of classes of objects that are stored in a database: http://www.meta-language.net/news-2002-12-09-metastorage.html http://www.meta-language.net/metastorage.html -- Regards, Manuel Lemos -- PHP General

[PHP] Re: Flow diagrams

2002-12-27 Thread Manuel Lemos
in target image format. In the pages above there are some links to the relevant GraphViz pages. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail attachments

2003-01-02 Thread Manuel Lemos
://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: Using mail() for mailist list app

2003-01-02 Thread Manuel Lemos
to eliminate the queue time. 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: Timeout during SMTP operation.

2003-01-02 Thread Manuel Lemos
this class that comes with sub-classes that let you configure details of delivery depending on your local mailer. 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: 2 servers for mail implementation

2003-01-02 Thread Manuel Lemos
e-mail. In the Web server configure qmail smtproutes control variable pointing to the other server that will only allow relaying messages from the Web server. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Mass-mailing method

2003-01-02 Thread Manuel Lemos
of using the mail() function. I use it to deliver in average 2 million message a month most of them with tens of thousands of recipients in Bcc:. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Re: How to attach a file to mail()

2003-01-03 Thread Manuel Lemos
the file name of the uploaded file to add as an attachment: 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

Re: FW: [PHP] How to get the mail sending stuff to work on Win2k?

2003-01-05 Thread Manuel Lemos
() function does not support: http://www.phpclasses.org/mimemessage To send via SMTP you also need this: 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: Strange problem with MAIL

2003-01-06 Thread Manuel Lemos
in the actual mail implementation and other times it is a mail server problem. I think what is more important to start having an idea is for you to tell if you are hosted under Unix/Linux or Windows. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Re: Strange problem with MAIL (Correction)

2003-01-06 Thread Manuel Lemos
but this class puts all the headers that should be there. It also provides mail() function replacement functions that use different delivery methods which often is a problem depending on your platform. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http

[PHP] Re: Dreaded Return-Path and mail()

2003-01-06 Thread Manuel Lemos
, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail() not working on Win2k

2003-01-06 Thread Manuel Lemos
for MySQL. Have you tried this alternative as I suggested in this other message to you? Many people solved their problem with it, so can you. http://news.php.net/article.php?group=php.generalarticle=130351 -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Re: mail() not working on Win2k

2003-01-06 Thread Manuel Lemos
() function. Now it is up to you if you want to progress in solving your problem. Regards, Manuel Lemos -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 4:28 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: mail() not working on Win2k Hello

[PHP] Re: test_smtp.php

2003-01-07 Thread Manuel Lemos
. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Need a suggestion on developing a php-related system

2003-01-07 Thread Manuel Lemos
mean exactly by captured and made available to internal staff? Do you mean aggregate from somewhere to a central place? Anyway, news feed compilation and aggregation leads to XML-RDF-RSS. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

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