[PHP] Re: Dynamic dropdown lists (select)

2008-04-06 Thread Manuel Lemos
net/forms-examples.html?example=test_linked_select You may also want to watch this tutorial video: http://www.phpclasses.org/browse/video/1/package/1/section/plugin-linked-select.html -- Regards, Manuel Lemos PHP professionals looking for PHP jobs http://www.phpclasses.org/profession

[PHP] Re: books for php

2008-04-10 Thread Manuel Lemos
Hello, on 04/06/2008 12:28 PM news.php.net said the following: > Which are the good books for learning php? Here you may find several PHP books that got good reviews: http://www.phpclasses.org/reviews/latest/latest.html -- Regards, Manuel Lemos PHP professionals looking for PHP jobs h

[PHP] Re: How to create combo-boxes/list boxes connected with MS SQL Serverdatabase in PHP scripts

2008-04-10 Thread Manuel Lemos
so about this plug-in: http://www.phpclasses.org/browse/video/1/package/1/section/plugin-linked-select.html -- Regards, Manuel Lemos PHP professionals looking for PHP jobs http://www.phpclasses.org/professionals/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpcla

Re: [PHP] APC & FastCGI != upload progress ?

2008-04-10 Thread Manuel Lemos
ve state of an XHR until > the buffer is full or the connection is closed. The obvious solution The approche described above does not render anything nor uses XMLHTTPRequests. It is just a regular page with some Javascript loaded in an hidden iframe. That Javascript communicates and updates with the

[PHP] Google App Engine needs PHP support

2008-04-10 Thread Manuel Lemos
Hello, Google App Engine was launched but it does not support PHP. This article presents some ideas that can help Google adding PHP support sooner rather than later. http://www.phpclasses.org/blog/post/77-Google-App-Engine-needs-PHP-support.html -- Regards, Manuel Lemos PHP professionals

[PHP] Re: HTTP Server Written entirely in PHP ?

2008-04-18 Thread Manuel Lemos
erver classes: http://www.phpclasses.org/bib_server http://www.phpclasses.org/astahttpd -- Regards, Manuel Lemos PHP professionals looking for PHP jobs http://www.phpclasses.org/professionals/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Gene

Re: [PHP] Denver PHP opportunity - Senior Software Engineers

2008-04-21 Thread Manuel Lemos
Hello, You may want to take a look here and find qualified PHP developers near your region. You may even search for developers that have relevant skills. http://www.phpclasses.org/professionals/country/us/ -- Regards, Manuel Lemos PHP professionals looking for PHP jobs http

Re: [PHP] reading Qmail boxes

2008-04-25 Thread Manuel Lemos
apache You can use this class to parse the messages and extract the addresses from bouncing messages. http://www.phpclasses.org/mimeparser -- Regards, Manuel Lemos PHP professionals looking for PHP jobs http://www.phpclasses.org/professionals/ PHP Classes - Free ready to use OOP components wr

Re: [PHP] reading Qmail boxes

2008-04-26 Thread Manuel Lemos
sage is what you have passed and eventual parameters related to that type of message. In the case of the bounces returned as message/delivery-status, the MIME parse returns the boucing addresses and associated bouncing reasons. Take a look at the test_message_decoder.php example script to see it in a

[PHP] Re: Handling Incoming Email Attachments

2008-05-06 Thread Manuel Lemos
g/pop3class When used in conjunction, these two classes allow you to extract attachements from messages of any size without exceeding your PHP memory limits. -- Regards, Manuel Lemos PHP professionals looking for PHP jobs http://www.phpclasses.org/professionals/ PHP Classes - Free

[PHP] Re: fsockopen on ssl://

2008-05-13 Thread Manuel Lemos
php > version is 5.25. I have Registered Stream Socket Transports tcp, udp, ssl, > sslv3, sslv2, tlsin my config. I suspect that you are giving a very short timeout but then you are not handling the timeout error properly. Anyway, before reinventing the wheel, you may to try this HTTP

[PHP] Re: Scottish Devs

2008-05-14 Thread Manuel Lemos
design house - so worth going for > if you have the time free. You may want to take a look here to see if you find qualified PHP developers in that region: http://www.phpclasses.org/professionals/country/uk/ -- Regards, Manuel Lemos PHP professionals looking for PHP jobs http://www.phpclasses

[PHP] Re: Job: Wanted, Dead or Alive: PHP/Drupal programmers in Chicago

2008-05-18 Thread Manuel Lemos
on a major open source project, this is the place to be. We're > open to people already experienced with Drupal as well as those new to the > community. > > > We are looking for full time on-site programmers, but are open to summer > interns as well. If you have qu

[PHP] Re: PHP authenticating user over SSL

2008-05-23 Thread Manuel Lemos
u may find more details on what variables to check when the user provides a valid client certificate. http://wiki.egee-see.org/index.php/Simple_Apache-SSL_integration_and_DN-based_authentication -- Regards, Manuel Lemos PHP professionals looking for PHP jobs http://www.phpclasses.org/professi

[PHP] Re: Sr. PHP Engineer job opportunity / Denver

2008-06-06 Thread Manuel Lemos
uilding new features and products. You may want to take a look at this directory of PHP professionals available for taking PHP jobs in the United States. You may even narrow your search professionals that have the skills you need: http://www.phpclasses.org/professionals/country/us/ -- Re

[PHP] Re: How to structure code for forms

2008-06-08 Thread Manuel Lemos
phisticated features such as AJAX form submission, paged layouts, interconnected inputs, form page animation, etc.. Here you may find some demonstrative examples that you may try live: http://www.meta-language.net/forms-examples.html -- Regards, Manuel Lemos PHP professionals looking for PHP jo

[PHP] Re: UK PHP Host/Developer Required

2008-06-13 Thread Manuel Lemos
295 or email [EMAIL PROTECTED] You may want to take a look at this directory of PHP professionals from UK available for taking jobs. You even choose from developers near your region and check if they have the skills you need: http://www.phpclasses.org/professionals/country/uk/ -- Regards, Ma

[PHP] Re: Capture homepage screenshot

2008-06-13 Thread Manuel Lemos
ve this? without creating a > screen shot server. If you run PHP on Windows, you can use this PHP class that was just released and does exactly what you need. I think it could be adapted to work with Firefox too. http://www.phpclasses.org/win-screenshot -- Regards, Manuel Lemos PHP professio

[PHP] Re: Bounce composition

2007-05-02 Thread Manuel Lemos
erate RFC compliant bounce message. Just let me know if you would like me to hack it to generate bounces. -- 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.

[PHP] Re: Bounce composition

2007-05-02 Thread Manuel Lemos
Sorry, I meant test_forwarding_message.php example script. on 05/03/2007 03:31 AM Manuel Lemos said the following: > Hello, > > on 05/02/2007 03:11 PM Richard Lynch said the following: >> Does anybody have or know of a good simple PHP script that can take an >> email as an

[PHP] Re: cURL: multipart/form-data POST request with empty file part

2007-05-05 Thread Manuel Lemos
es emulating Web forms. 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 (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Handling animated GIFs with GD?

2007-06-29 Thread Manuel Lemos
Hello, on 06/26/2007 06:38 AM Tijnema said the following: > Is it possible to parse animated GIFs with GD, just frame by frame? Try Laszlo Zsidi GIF animation classes: http://www.phpclasses.org/gifmerge http://www.phpclasses.org/gifsplit -- Regards, Manuel Lemos Metastorage - Data obj

[PHP] Re: simple OCR in php

2007-06-29 Thread Manuel Lemos
help locate the Invoice number. Can anybody tell > me of any tools out there that can do this? I think you are looking for something like this: http://www.phpclasses.org/phpocr -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/

[PHP] Re: Dynamic refresh dropdown list

2007-07-17 Thread Manuel Lemos
wnload the forms class from here: 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 Ma

[PHP] Re: Upload Tracker.

2007-07-17 Thread Manuel Lemos
the class from here: 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 Mailing List (http://ww

[PHP] Re: Save email as .eml file

2007-07-21 Thread Manuel Lemos
e in .eml format as a text string. 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 Mai

[PHP] Re: filter input; escape output; Email Text

2007-07-21 Thread Manuel Lemos
sing class to encode your message headers properly. This class also escapes properly line breaks in headers. Malicious line breaks are used by spammers to attack form mail like scripts. They inject line breaks to insert new headers to the message that can make the messages be sent to other addresses.

[PHP] Re: Update site through email

2006-06-29 Thread Manuel Lemos
se/file/14695.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://www.php.net/unsub.php

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

2006-07-02 Thread Manuel Lemos
s for one that is easy 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 --

[PHP] Re: Update site through email

2006-07-02 Thread Manuel Lemos
bounce. - AFAIK reading the message from the command line input is specific of Unix/Linux systems. A POP3 based solution works regardless of the OS you are running as long as you have POP3 mailbox associated to the e-mail address. - Usually you need to have shell access to configure what script w

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

2006-07-04 Thread Manuel Lemos
ommendations: >> >> http://www.phpclasses.org/blog/post/52-Recommended-PHP-frameworks.html > > That is a nice sales pitch Manuel but takes bit of digesting. If you were looking for specific recommendations, they are at the end of the post. Anyway, the post was more to say

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

2006-07-04 Thread Manuel Lemos
e 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 of digesting. >> >> Jay - This is a 'how long is a piece of string' type quest

Re: [PHP] PROBLEM WITH MAIL FUNCTION

2006-07-09 Thread Manuel Lemos
headers as needed. Take a look at the test_email_message.php example script that shows how to send messages 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] Re: Language Translation and PHP...

2006-07-12 Thread Manuel Lemos
ation Web 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] Re: Mail que system written in PHP for Linux?

2006-07-16 Thread Manuel Lemos
is already a queue system. There does not seem 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://ww

[PHP] Re: Populating drop downs

2006-07-29 Thread Manuel Lemos
an unlimited number of inputs and can work with many other database types besides MySQL (say PostgreSQL, SQLite, 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.phpc

[PHP] Re: PHP Frameworks - Opinion

2006-08-02 Thread Manuel Lemos
//www.phpclasses.org/blog/post/52-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 Mail

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-02 Thread Manuel Lemos
lementations from different developers or vendors. Imagine if there would be only one PDBC (JDBC for PHP). Instead of that we have a never ending choice of PHP database abstraction layers that does not help newcoming developers that are lost and don't know what to use. This is admitidly a criticis

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-03 Thread Manuel Lemos
for me to support all database API that exist for PHP. Actually it is already a big deal that that I could find time to support MySQL (directly) or a bunch of other databases using Metabase or PEAR::MDB2 API. The developers that use other database API cannot benefit from these auto-comp

Re: [PHP] dynamically generated rotating gif

2006-08-03 Thread Manuel Lemos
s or tutorial please? This class does exactly that. You can build an animated GIF from several normal GIF image frames: http://www.phpclasses.org/gifmerge -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready t

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-03 Thread Manuel Lemos
nnovation 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 L

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-03 Thread Manuel Lemos
d he say he was rolling his own (in a way 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 fra

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-03 Thread Manuel Lemos
ation. In the PHP world there is no such organization nor 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 objec

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-04 Thread Manuel Lemos
ey can be hand picked > or they can emerge. Hand picked requires the "community organization" of > which you speak. Emergent standards requires the popular vote. I'm in > the latter camp, let the developers speak to the merits of any given > standard. And if they don't

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-04 Thread Manuel Lemos
C APIs are also not based in any consensual standard API specifications. Because of that, there will always be people that rewrite other API for the same purpose either in C or even in pure PHP. The lack of consense is the problem. -- Regards, Manuel Lemos Metastorage - Data object relation

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-04 Thread Manuel Lemos
by a fraction of the PHP users. The same goes to Zend Framework and other unilateral developements. That was the point of the blog post. While different API developers do not open their minds and cooperate with each other, nobody will benefit from consensual API specifications in th

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-04 Thread Manuel Lemos
es blogs. Personal blogs are supposed to be personal. This is the PHPClasses site blog. Usually it covers matters about the site developments and matters of interest to the site users. It does not talk about my life. It may talk about my experience when it is relevant to the post topic. -- Reg

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-05 Thread Manuel Lemos
me purposes in use by many people. This does >> not help people like the original poster that wanted specific >> recommendations. He will have too loose a lot of time and patience, >> probably to reach the conclusion that he will have to write his own >> framework. > >

[PHP] Re: php/ajax..

2006-08-07 Thread Manuel Lemos
look at the test_linked_select.php and test_auto_complete.php examples that take advantage of the class AJAX plug-in features. -- 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: PHP Frameworks - Opinion

2006-08-08 Thread Manuel Lemos
ion. If you read what I originally wrote you'll > see that I was commenting on the article itself that you suggested since > I and many others find great fault with it. For your benefit I've pasted > below my original comment: I am afraid that you still do not get the point that

Re: [PHP] Re: PHP Frameworks - Opinion

2006-08-08 Thread Manuel Lemos
about providing better sites to people by giving the users means to participate in relevant way that is appreciated by others. Technology and social networks can help providing that, but those are just means to reach the ends. When I mentioned what the PHPClasses site has been doing that fit the We

[PHP] Re: Including Google Ads

2006-08-09 Thread Manuel Lemos
me, probably using AJAX. I am afraid that AdSense terms of service do not allow that. > Any good pointers on Google Ads? Look here if you want some tips to maximize your AdSense revenue: http://www.phpclasses.org/tips.html?tip=site-revenue -- Regards, Manuel Lemos Metastorage - Data ob

[PHP] Re: character set when sending emails with PHP

2006-08-29 Thread Manuel Lemos
acter set you need to use: 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 List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: character set when sending emails with PHP

2006-08-31 Thread Manuel Lemos
I've got the classes now how do I know which > character set to use for the TM to be shown correctly? I think chr(153). I can see it with iso-8859-1 but I am not sure if it is a legal character for this character set. You can always specify windows-1252 as character set to make sure it works. -

[PHP] Re: Form to subscribe a yahoo group

2006-09-15 Thread Manuel Lemos
ahoo and executing some actions on behalf of the logged user, like for instance inviting a user to subscribe to a group, as you need: http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Cla

[PHP] Re: RSS Creator

2006-09-15 Thread Manuel Lemos
Hello, on 08/31/2006 02:58 AM John Taylor-Johnston said the following: > Has anyone created an RSS feed creator in PHP? I could make one fast > enough, but ... You may want to take a look at this RSS writer class: http://www.phpclasses.org/rsswriter -- Regards, Manuel Lemos Metas

[PHP] Re: How to parse raw mail headers and messages?

2006-09-18 Thread Manuel Lemos
attachments . http://www.phpclasses.org/mimeparser -- 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 (htt

[PHP] Re: problem with email characters

2006-09-28 Thread Manuel Lemos
sending class that takes care of that 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/

Re: [PHP] Rapid application development

2006-10-03 Thread Manuel Lemos
I think it is better for you to take a look at it directly in its site: http://www.metastorage.net/ -- 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.

[PHP] Re: file to blob

2006-10-04 Thread Manuel Lemos
this be done in PHP? You may want to take a look at this HTTP client class. It even comes with an example of how to submit a SOAP request. Although it will not build the SOAP request for you, at least it can stream the file data to the HTTP server so you do not have to load it in memory all at on

[PHP] Re: file to blob

2006-10-04 Thread Manuel Lemos
east it can stream the file data to the HTTP server so you do not have to load it in memory all at once. -- 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.p

[PHP] Re: Understanding persistent connections with oci8

2006-10-04 Thread Manuel Lemos
, but they raise the need for Apache to fork more processes, which leads to more opened persistent connections. Here you may find more details about that strategy: http://www.meta-language.net/metabase-faq.html#excessive-connections -- Regards, Manuel Lemos Metastorage - Data object relational m

[PHP] Re: OOP slow -- am I an idiot?

2006-10-10 Thread Manuel Lemos
ons that match your needs and return the data in arrays either all rows at once or a single row at a time. http://www.metastorage.net/ -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components wr

[PHP] Re: php mailer part 2

2006-10-13 Thread Manuel Lemos
same message to many recipients: 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 Genera

[PHP] Re: Socket communications question

2006-10-13 Thread Manuel Lemos
cated HTTP request like using the POST methods, submit forms, handle cookies and redirection, HTTP authentication, etc.., you may also want to take a look at this HTTP client class: http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Metastorage - Data object relational mapping lay

[PHP] Re: mail() encoded subject line

2006-10-16 Thread Manuel Lemos
encoding for individual headers, using the 3rd parameter of the SetEncodedHeader function. Take a look at the test_email_message.php example script that shows how to send messages with non-ASCII characters in the Subject and body. http://www.phpclasses.org/mimemessage -- Regards, Manuel Le

[PHP] Re: postback for php

2006-10-18 Thread Manuel Lemos
http://www.phpclasses.org/search.html?words=mysql+xml&go_search=1 The forms class with all plug-ins is available here. Take a look in particular at the test_ajax_form.php script for a post back example. http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos Metastorage - Data object

[PHP] Re: PHP IMAP with Attachments!?

2006-10-31 Thread Manuel Lemos
http://www.phpclasses.org/mimeparser This gets the messages without using the PHP IMAP extension: http://www.phpclasses.org/imap -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP com

[PHP] Re: Remote Robot Control with PHP

2006-10-31 Thread Manuel Lemos
www.phpclasses.org/blog/post/58-Responsive-AJAX-applications-with-COMET.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 Gene

[PHP] Re: Frameworks

2006-11-02 Thread Manuel Lemos
e of frameworks. http://www.phpclasses.org/blog/post/52-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, visit: http://www.php.net/unsub.php

[PHP] Re: PHP in Kenya

2006-11-08 Thread Manuel Lemos
tered user groups from his country. This way you can attract more Kenya users to your group and discuss your problems with them. Just go here to submit a Kenya user group: http://www.phpclasses.org/browse/group/bycountry/country/ke/ -- Regards, Manuel Lemos Metastorage - Data object relatio

[PHP] Re: 3d modeling-php

2006-11-21 Thread Manuel Lemos
nder engine for Flash. -- 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/unsub.php

[PHP] Re: Programmatic POST

2006-11-22 Thread Manuel Lemos
asses.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 (http://www.php.net/) To unsubscribe, visit

[PHP] Re: mail header questions

2006-11-27 Thread Manuel Lemos
the right line break sequence for your platform. 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.or

[PHP] Re: Having problem sending XML over HTTP

2006-12-15 Thread Manuel Lemos
ssion emulation. Take a look in particular at examples test_http_post.php and test_http_soap.php . 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 co

[PHP] Re: Reading binary http post

2006-02-22 Thread Manuel Lemos
how can you hack libcurl to make it use the right request content-type. 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 re

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 t

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 CAPTCH

Re: [PHP] novice with hacked email form issue

2006-02-22 Thread Manuel Lemos
aks on headers, so any attacks like you suffered are suppressed, even when you do not validate the form fields for valid e-mail addresses as you should have done: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.

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

2006-02-22 Thread Manuel Lemos
eal php.ini and moves 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 h

[PHP] Re: Reading binary http post

2006-02-23 Thread Manuel Lemos
the content type of the request being sent is text/xml and PHP is treating as a form post, you should report that as a PHP bug because PHP should 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 req

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

2006-02-23 Thread Manuel Lemos
rogram 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.metast

[PHP] Re: verification of mail success

2006-02-23 Thread Manuel Lemos
on SMTP server rather than queueing in the local MTA queue. It comes with a wrapper function named urgent_mail(). 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 ba

Re: [PHP] Re: verification of mail success

2006-02-23 Thread Manuel Lemos
gt;> rather than queueing in the local MTA queue. >> >> It comes with a wrapper function named urgent_mail(). 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 &g

[PHP] Re: email to db

2006-02-26 Thread Manuel Lemos
lways get 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 writt

[PHP] Re: Strange slowdowns in PHP

2006-02-27 Thread Manuel Lemos
t; The last record in the profile (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

Re: [PHP] Re: Strange slowdowns in PHP

2006-02-27 Thread Manuel Lemos
be that the problem is somewhere in the session code. What I am trying to tell you is that generating data and serving it to the user browser are to separate steps. The output that your PHP script produces goes to a buffer that needs to be flushed after the script ends. I suppose you are serving data

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

2006-03-03 Thread Manuel Lemos
faster". > However the object 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 fast

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

2006-03-11 Thread Manuel Lemos
. You may want to take a look at this class that can encode header values to make line 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 generat

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

2006-03-11 Thread Manuel Lemos
re not invalid. Actually line breaks should be used to comply with RFC recommendations and do not exceed the 78/998 line length limit. When these limits are exceeded, messages may arrive corrupted. The mail function is a better than nothing solution. It can still be used but to send RFC compliant m

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

[PHP] Re: Printing library in PHP ?

2006-03-13 Thread Manuel Lemos
ed to print HTML documents on Windows and Linux (with CUPS). http://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.o

[PHP] Re: Looking for PHP SSO-engine

2006-03-13 Thread Manuel Lemos
egards, 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: Creating forms dynamically

2006-03-15 Thread Manuel Lemos
t_ajax_submit.php example. http://www.phpclasses.org/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

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

2006-03-16 Thread Manuel Vacelet
s.php.net/28401. 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 G

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

2006-03-18 Thread Manuel Lemos
e/9879/name/test_linked_select_page.html 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

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

2006-03-20 Thread Manuel Lemos
script in HTML e-mail messages. These may 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 P

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

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

[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

<    7   8   9   10   11   12   13   14   15   16   >