Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-03 Thread Manuel Lemos
Award: http://www.phpclasses.org/winners.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

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-03 Thread Manuel Lemos
only botanists can do) or not? that's beside the point - manuel tried to have his cake and eat when he a, stated writing everying yourself was preferable and b, Java was better because they have standardized APIs for framework development allowing people to switch between frameworks. You

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-03 Thread Manuel Lemos
the vision of the benefits of cooperating to define such standards. I already gave an example of the benefits of having such standard API specifications in the other comment to Rob. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net

[PHP] Re: PHP Frameworks - Opinion

2006-08-02 Thread Manuel Lemos
-Recommended-PHP-frameworks.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

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-02 Thread Manuel Lemos
. This is admitidly a criticism to the lack of organization of the whole PHP community including myself. We are all guilty for this mess and I am afraid there is not much hope to fix it. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net

[PHP] Re: Populating drop downs

2006-07-29 Thread Manuel Lemos
, Oracle, Microsoft SQL server or Microsoft Access, etc..): http://www.phpclasses.org/formsgeneration Here you may see a example form in action with 3 linked selects: http://www.phpclasses.org/browse/file/9879.html -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer

[PHP] Re: Mail que system written in PHP for Linux?

2006-07-16 Thread Manuel Lemos
to be much point in duplicating a sendmail function that it already does better than PHP could. PHP will certainly will not override your ISP limits. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use

[PHP] Re: Language Translation and PHP...

2006-07-12 Thread Manuel Lemos
services like Altavista, Google, etc.. http://www.phpclasses.org/browse/class/5/top/rated.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

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

Re: [PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-04 Thread Manuel Lemos
to pick up and run with? Finally, does anyone have any suggestions for a good PHP database abstraction library? You may want to take a look at this post for a few recommendations: http://www.phpclasses.org/blog/post/52-Recommended-PHP-frameworks.html That is a nice sales pitch Manuel but takes

Re: [PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-04 Thread Manuel Lemos
to pick up and run with? Finally, does anyone have any suggestions for a good PHP database abstraction library? You may want to take a look at this post for a few recommendations: http://www.phpclasses.org/blog/post/52-Recommended-PHP-frameworks.html That is a nice sales pitch Manuel but takes bit

[PHP] Re: Update site through email

2006-07-03 Thread Manuel Lemos
to processe the message. Many PHP shared hosting companies do not provide shell access. -- 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

[PHP] Re: Templates, PHP Frameworks, and DB Abstraction?

2006-07-02 Thread Manuel Lemos
up and run with? Finally, does anyone have any suggestions for a good PHP database abstraction library? You may want to take a look at this post for a few recommendations: http://www.phpclasses.org/blog/post/52-Recommended-PHP-frameworks.html -- Regards, Manuel Lemos Metastorage - Data

[PHP] Re: Update site through email

2006-06-29 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] GET, POST, REQUEST

2006-06-23 Thread Manuel Lemos
count of how many hours these small scripts save me of major headaches and greater damages that could have been caused by often subtil bugs. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP

Re: [PHP] How to run one php app from another? RECAP

2006-06-19 Thread Manuel Amador (Rudd-O)
Excuse me... in which scenarios isn't fork() available? As far as I know, it even works on Windows (albeit slower... not that you'll be gaining any performance by curl'ing your URL - that's actually slower than fork()). El vie, 16-06-2006 a las 11:25 -0300, Martin Alterisio escribió: --

Re: [PHP] How to run one php app from another? RECAP

2006-06-19 Thread Manuel Amador (Rudd-O)
El vie, 16-06-2006 a las 15:54 -0500, Richard Lynch escribió: On Fri, June 16, 2006 9:25 am, Martin Alterisio wrote: You can fork a new process a run the other script in the child process. But forking is not always available so I also use another approach: emulate a web page request

[PHP] Slow loading (was Re: [PHP] Re: How to run one php app from another? RECAP)

2006-06-19 Thread Manuel Amador (Rudd-O)
PHP tends to send output in content transfer encoding chunked (I think this is true when output buffering is on). ?php ? blocks usually have their output sent in one chunk. The browser renders the chunks as they come, but oftentimes they delay rendering until a sensible number of HTML closing

Re: [PHP] GET, POST, REQUEST

2006-06-18 Thread Manuel Lemos
script global variables properly, having register globals on will never be a problem to you. You may also read this as, if you are a competent developer, you will not make these silly mistakes, especially by now when we all are so over the issue and triple checked our code bases. -- Regards, Manuel

[PHP] Re: Mail in Spam Box

2006-06-18 Thread Manuel Lemos
advise. -- 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] GET, POST, REQUEST

2006-06-17 Thread Manuel Lemos
. As for server side originated variables, these do not need to be validated if you get them from $_SESSION, $_SERVER and $_ENV . -- 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] GET, POST, REQUEST

2006-06-17 Thread Manuel Lemos
request like client side originated variables. -- 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: SELECT tag and PHP

2006-06-16 Thread Manuel Lemos
://www.phpclasses.org/formsgenaration Here is an example of a form with linked select inputs generated with the class: http://www.phpclasses.org/browse/view/html/file/9879/name/test_linked_select_page.html -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http

[PHP] Re: Accepting File Uploads from CURL

2006-06-15 Thread Manuel Lemos
at the test_http_post.php example: http://www.phpclasses.org/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

[PHP] Re: Sending UTF-8 mail with mail()

2006-06-13 Thread Manuel Lemos
the default_charset class variable to 'UTF-8' to make the messages be sent correctly. 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

[PHP] Re: Sending UTF-8 mail with mail()

2006-06-13 Thread Manuel Lemos
bit text must be encoded as quoted-printable as defined in RFC 2045 or else you will have the problems that you have described: http://www.ietf.org/rfc/rfc2045.txt -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 4:36 AM To: Peter Lauri

[PHP] Re: PHP, Javascript, and Forms

2006-05-30 Thread Manuel Lemos
here. See the dependent classes too for more third party plug-ins: http://www.phpclasses.org/formsgeneration -- 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: PHP Proxy Support

2006-05-19 Thread Manuel Lemos
this HTTP client class that supports proxies: http://www.phpclasses.org/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

[PHP] Re: Picture for Form Security

2006-04-30 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

[PHP] Re: phpmailer problem with spam score

2006-04-25 Thread Manuel Lemos
over the years to avoid passing the wrong sympthoms to spam filters. http://www.phpclasses.org/mimemessage I also recommend to review your HTML to assure it is validated . -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP

[PHP] Re: Forms Validation library

2006-04-25 Thread Manuel Lemos
Hello, on 04/25/2006 04:38 PM Murtaza Chang said the following: Hi I just wanted to know if there's a generalised library available for Forms validation in php? http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator

Re: [PHP] php with ajax - uploading pictures

2006-04-10 Thread Manuel Lemos
a onclick=div=document.getElementById('upload_fields'); div.innerHTML+='lt;input type=quot;filequot; name=quot;uploadquot;gt;lt;br /gt;'; return false href=#More/a div id=upload_fields /div /form -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http

Re: [PHP] Ajax please....

2006-04-08 Thread Manuel Lemos
example of this forms package: http://www.phpclasses.org/formsgeneration -- 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

Re: [PHP] Ajax please....

2006-04-08 Thread Manuel Lemos
to the IFRAME id and then submit the form. Not only this is a viable solution to upload files, but it takes much less Javascript code to execute. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP

Re: [PHP] Ajax please....

2006-04-08 Thread Manuel Lemos
:) Right, once you try things for yourself you will reach the same conclusions like I have that XMLHttpRequest is the solution that it s*cks. ;-) -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP

Re: [PHP] Handling Large Select Boxes

2006-04-07 Thread Manuel Lemos
using Metabase or PEAR::MDB2 API. Here is a live example of the static array mode. http://www.phpclasses.org/browse/view/html/file/9879/name/test_linked_select_page.html There are examples of the dynamic mode in the class page. http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos

[PHP] Re: Ajax please....

2006-04-07 Thread Manuel Lemos
/2 -- 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: mail() and exim

2006-04-07 Thread Manuel Lemos
and other mail clients could use sendmail to deliver messages if they were running on the same machine, but they do not support it. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components

[PHP] Re: PHP AJAX Framework - Suggestions Please

2006-04-03 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

[PHP] Re: PHP AJAX Framework - Suggestions Please

2006-04-03 Thread Manuel Lemos
Hello, on 04/03/2006 06:25 PM Andrei Verovski (aka MacGuru) said the following: Many thanks for everyone who have replied. Its seems Manuel's suggestion regarding iFrame sounds really good. BTW, I am using Savant as template engine, and integrate it with Manuel Forms Generation and Validation

[PHP] Re: Accessing data posted from a different URL

2006-03-21 Thread Manuel Lemos
Hello, on 03/21/2006 03:14 PM Norbert Wenzel said the following: Manuel Lemos wrote: For instance, if you use method=post because XHTML specification says everything should be in lower case, you will have problems with some browsers and e-mail programs that only accept POST in upper case

Re: [PHP] Paypal IPN and PHP

2006-03-20 Thread Manuel Amador (Rudd-O)
Curt Zirzow wrote: Isn't there a full proper PayPal API now? IPN hasn't changed in ages, but I don't think it is their preferred way of accessing PayPal any more, and certainly isn't the most streamlined. You kidding? IPN support is ridiculously easy to develop. If you're

[PHP] Re: Accessing data posted from a different URL

2006-03-20 Thread Manuel Lemos
not be your actual problems, but at least you have something to start checking. -- 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] Re: Accessing data posted from a different URL

2006-03-20 Thread Manuel Amador (Rudd-O)
Manuel Lemos wrote: Some people insist on making everything XHTML compliant just they assume that otherwise it would not be Web standards compliant. That is a silly claim that only leads to all sorts of problems. That assertion is 100% untrue. First of all, XHTML is an excellent idea

Re: [PHP] Accessing data posted from a different URL

2006-03-20 Thread Manuel Amador (Rudd-O)
Jay Blanchard wrote: [snip] Hmm, perhaps I didn't explain clearly. To put it another: 1. A script sends an email to a user with sign-in details. 2. The user clicks a [submit] button in the email message called Quick Sign In 3. A web browsers opens to http://www.website.com/signin.php (from

Re: [PHP] Re: Accessing data posted from a different URL

2006-03-20 Thread Manuel Amador (Rudd-O)
Jay Blanchard wrote: All of these, XML, HTML, XHTML are subsets of SGML. Your point being? Because my point is centered around the simple fact that XML is easier to parse than generic SGML. XML and SGML aren't fully compatible, if you really want to spot on the differences. XML is

Re: [PHP] Re: Accessing data posted from a different URL

2006-03-20 Thread Manuel Amador (Rudd-O)
Jay Blanchard wrote: [snip] Okay, I'm sorry. Dude, you touched a soft spot. It's important, to me, that people respect standards. The wealth of information and communication possibilities that exist today is, in no small part, fueled by the adoption of international standards. [/snip]

Re: [PHP] Re: Accessing data posted from a different URL

2006-03-20 Thread Manuel Lemos
Hello, on 03/20/2006 07:16 PM Manuel Amador (Rudd-O) said the following: Some people insist on making everything XHTML compliant just they assume that otherwise it would not be Web standards compliant. That is a silly claim that only leads to all sorts of problems. That assertion is 100

Re: [PHP] Re: Accessing data posted from a different URL

2006-03-20 Thread Manuel Amador (Rudd-O)
Manuel Lemos wrote: That is not what the W3C validator thinks. Try entering the following HTML in the W3C markup validator page and see for yourself why people are using post in lowercase because they think being XHTML compliant is a good thing. The validator said: value of attribute

Re: [PHP] Re: Accessing data posted from a different URL

2006-03-20 Thread Manuel Lemos
Hello, on 03/20/2006 07:52 PM Manuel Amador (Rudd-O) said the following: That is not what the W3C validator thinks. Try entering the following HTML in the W3C markup validator page and see for yourself why people are using post in lowercase because they think being XHTML compliant is a good

[PHP] Multiple inheritance: a technique

2006-03-18 Thread Manuel Amador (Rudd-O)
Hello, everyone. I'm (by nature) a Python coder, and (by fiat) a PHP one. Yes, I code in Python for fun, and PHP for work. Despite that, I'm extremely thankful for the efforts poured into PHP. It's a great language. Except for one thing. It lacks multiple inheritance. But PHP 5 has the

Re: [PHP] Re: PHP, SQL, AJAX, JS and populating a SelectBox?

2006-03-18 Thread Manuel Amador (Rudd-O)
Greg Beaver wrote: Daevid Vincent wrote: I need to dynamically update a select box with results from a SQL database using AJAX, but I can't find a single example of how to do this. Basically I have a text input field, and a select box. As someone types in the input field, I want the

Re: [PHP] Re: PHP, SQL, AJAX, JS and populating a SelectBox?

2006-03-18 Thread Manuel Amador (Rudd-O)
Greg Beaver wrote: This is far too complicated. You don't need 50 lines of code to convert from server-side data to HTML when the browser does it for you (and far more efficiently) with this code: var someCallback = { ajaxfunc: function(res) {

Re: [PHP] Re: PHP, SQL, AJAX, JS and populating a SelectBox?

2006-03-18 Thread Manuel Amador (Rudd-O)
1) what if the returned markup is invalid? Well, the browser renders it oddly, and through the fact that your server-side code is straightforward filling in an html template with actual values, all you need to do is view the source (with the firefox web debugging extension you can view

Re: [PHP] Updating a single line in a file

2006-03-18 Thread Manuel Amador (Rudd-O)
Replies inlined. Why dont you use a database for this? You will run into race conditions at some point. If you need a file based database take a look at sqlite. Curt. -- About the race conditions, I didn't mentionned I had some extras code to care about concurrent writing on the file

[PHP] Re: PHP, SQL, AJAX, JS and populating a SelectBox?

2006-03-18 Thread Manuel Lemos
The example scripts for the dynamic mode come with the class: You may download the class and all plug-ins, examples and documentation from here: http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net

Re: [PHP] Re: PHP, SQL, AJAX, JS and populating a SelectBox?

2006-03-18 Thread Manuel Amador (Rudd-O)
Greg Beaver wrote: This is obvious: you need only test the output of the PHP server class, All the more reasons to use a serialization markup language instead of just plain HTML. Testing for specific HTML output may break if the HTML output changes, but not if you're using XML or JSON,

[PHP] umask is not being restored when each request is finished.

2006-03-16 Thread Manuel Vacelet
. Unfortunatly, this bug was closed with Wont fix status :/ Can someone tell me if this fix will be backported to 4.3.x or at least 4.4.x branche or if it is already fixed in one of them (changelog seems dumb on this subject) ? Thanks, Best Regards, Manuel -- PHP General Mailing List (http://www.php.net

[PHP] Re: Creating forms dynamically

2006-03-15 Thread Manuel Lemos
/formsgeneration PS. the class also comes with another plug-in to link multiple dropdown (select) inputs loading options taken from a database. http://www.phpclasses.org/browse/view/html/file/9879/name/test_linked_select_page.html -- Regards, Manuel Lemos Metastorage - Data object relational

Re: [PHP] Re: Possible hacker using php script to send e-mails?

2006-03-13 Thread Manuel Lemos
Hello, on 03/13/2006 06:38 AM Merlin said the following: Hello Manuel, this seems to be the right track. However I do not have linebrakes in there, but the message gets passed by POST. This is my script error.php: Notice these two lines of your script: $from = $_POST[from]; $mail

[PHP] Re: Printing library in PHP ?

2006-03-13 Thread Manuel Lemos
://www.phpclasses.org/printipp -- 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

[PHP] Re: Looking for PHP SSO-engine

2006-03-13 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: Possible hacker using php script to send e-mails?

2006-03-11 Thread Manuel Lemos
breaks be interpreted as continuation lines, so they cannot be abused by spammers: 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

Re: [PHP] Re: Possible hacker using php script to send e-mails?

2006-03-11 Thread Manuel Lemos
it is necessary to correctly format message contents. That is why I always recommend this or other class that takes care of those (many) details: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net

[PHP] Re: Is it better to return a multi-array, or an array of objects?

2006-03-03 Thread Manuel Lemos
versions seems to be more expandable and maintainable perhaps. Although a bit more work due to all the method calls to pull out the stuff to display in the HTML. Obviously retrieving arrays with only the fields of the objects you need is the fastest way. -- Regards, Manuel Lemos Metastorage

[PHP] Re: Strange slowdowns in PHP

2006-02-27 Thread Manuel Lemos
(GraficoAlturaUterina::sendImage) corresponds to the last couple of lines of code in the script which are: imagepng($image); imagedestroy($image); If you are generating a large image, it may take some time to flush the output buffer to serve to the user browser. -- Regards, Manuel Lemos

Re: [PHP] Re: Strange slowdowns in PHP

2006-02-27 Thread Manuel Lemos
that needs to be flushed after the script ends. I suppose you are serving data to users with slow connections. That would explain why you have the problem some times but not always. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP

[PHP] Re: email to db

2006-02-26 Thread Manuel Lemos
the message body using a POP3 client script using for instance a class like this: http://www.phpclasses.org/pop3class -- 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

[PHP] Re: Reading binary http post

2006-02-23 Thread Manuel Lemos
only process form requests when the content type specifies that. For binary posts, the way to retrive posted data is not via $_POST. There are other request variables for that. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP

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

2006-02-23 Thread Manuel Lemos
is located in /usr/lib but that has always been the standard path for sendmail and compatible MTA. Sometimes it is a symbolic link to /usr/sbin/sendmail but that is not necessarily true. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP

[PHP] Re: verification of mail success

2006-02-23 Thread Manuel Lemos
(). It is compatible with the mail function, except that it uses the class direct delivery mode to attempt to deliver the message right away. If it fails due to some temporary error, it falls back to the mail() function. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Metastorage - Data

Re: [PHP] Re: verification of mail success

2006-02-23 Thread Manuel Lemos
for quick replies, everyone! Manuel: I'll look into the mimemessage class. Yes I'm aware of the mail queue. I guess what I'm after is way to get a more detailed status message. I notice that in the mail queue, each message is given a unique ID, which I suspect could be used for my purpose, i.e

[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
Hello, on 02/17/2006 05:10 PM tedd said the following: Manuel: Your points are well taken. A good CAPTCHA must be fuzzy. If you know other fuzzy CAPTCHA besides these, it may help to sharing that knowledge. The CAPTCHA I was primarily referring to was the image one -- however, it's

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

2006-02-22 Thread Manuel Lemos
Hello, on 02/19/2006 09:12 PM tedd said the following: Manuel: A good CAPTCHA must be fuzzy. If you know other fuzzy CAPTCHA besides these, it may help to sharing that knowledge. Try this: http://xn--ovg.com/no_bot The point of CAPTCHA is to provide something that a bot can't figure

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

[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

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: 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] 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: 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] 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

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

[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] 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: 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] Mime-type handling

2005-12-09 Thread Manuel Vacelet
2005/12/9, Curt Zirzow [EMAIL PROTECTED]: On Thu, Dec 08, 2005 at 12:31:52PM +0100, Manuel Vacelet wrote: Hi all, I'm facing a bad behaviour of 'file' command used by fileinfo PECL module (recommanded for mime-type checking): * Some Microsoft Excel documents are detected as Microsoft

[PHP] Mime-type handling

2005-12-08 Thread Manuel Vacelet
an up-to-date version of magic number list usable with file for mime type checking ? Thanks, Regards, Manuel

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

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

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