[PHP-DB] Re: Email validation

2010-07-03 Thread Manuel Lemos
At the end if the user input (email) meets all my requirements the pass it > (store) in a DB. > > Please I'll be grateful to all your possible solutions You may want to use this email validation class that tries to check if the e-mail is valid with the destination SMTP server. http:

Re: [PHP-DB] Re: php generators

2009-05-04 Thread Manuel Lemos
Hello, on 04/29/2009 05:39 PM Jonathan Langevin said the following: > Hey Manuel, this is off topic, but did you guys recently upgrade > phpclasses.org? Last I visited (a week or two ago) it seemed much snappier Not really, nothing changed. Were you accessing a mirror or the main site? Ma

[PHP-DB] Re: php generators

2009-04-29 Thread Manuel Lemos
http://www.metastorage.net/ If you are not familiar of how Object Relational Mapping generators like this can make your development much easier, you may also want to read this article: http://www.phpclasses.org/blog/post/82-PHP-ObjectRelational-Mapping-ORM-or-ROM.html -- Regards, Manuel Lemos

[PHP-DB] Re: Which ORM tool for Windows with Microsoft SQL Server 7/2000/2005.

2009-04-19 Thread Manuel Lemos
SQL via the regular mssql extension, but it would not be hard to develop a driver for using PDO MS-SQL driver. http://www.metastorage.net/ -- Regards, Manuel Lemos Find and post PHP jobs http://www.phpclasses.org/jobs/ PHP Classes - Free ready to use OOP components written in PHP http://www.ph

Re: [PHP-DB] No resultset with ocibindbyname

2008-02-27 Thread Manuel Schölling
Hi, > select * FROM projekte_generisch where trim(pid)=:pid Thanks Roberto! This solution with trim() works like a charm! Cheers, Manuel -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] No resultset with ocibindbyname

2008-02-25 Thread Manuel Schölling
rojekte_generisch where pid='u0test' PID ANFANG ENDELAENGE u0test utest 8 Hope this helps diagnosting the error. Cheers, Manuel -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] No resultset with ocibindbyname

2008-02-24 Thread Manuel Schölling
'einepid'"; php returns the data record I'm searching for. What could be the reason? Is there any bug in ocibindbyname or am I using it the wrong way. When I use adodb (http://adodb.sf.net) I get the same error: Using :variable in my query doesn't work but putting the

Re: [PHP-DB] Best ORM?

2008-02-21 Thread Manuel Lemos
ORM > for mapping between the two? You may want to take a look at Metastorage: http://www.metastorage.net/ -- 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.ph

[PHP-DB] Re: Creating drop down lists

2007-03-10 Thread Manuel Lemos
n action: http://www.meta-language.net/forms-examples.html?example=test_linked_select Here is a video tutorial with a section specifically about this plug-in: http://www.phpclasses.org/browse/video/1/package/1/section/plugin-linked-select.html -- Regards, Manuel Lemos Metastorage - Data o

[PHP-DB] Re: Database project

2006-08-27 Thread Manuel Lemos
lication system. It is not really a football league manager application, but it should help you get started with Metastorage: http://www.meta-language.net/metanews.html Just go here if you need help designing your application: http://groups.yahoo.com/group/metal-dev/ -- Regards, Manuel Lemos Me

[PHP-DB] Re: Forms with letter verification

2006-07-30 Thread Manuel Lemos
tion Here is a screenshot: http://www.phpclasses.org/browse/file/8244.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 Databa

[PHP-DB] 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-DB] Re: Forms with letter security

2006-06-16 Thread Manuel Lemos
e test_captcha_input.php example script to learn how the class can simplify this task for you using this plug-in: http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free rea

[PHP-DB] Re: QMAIL PHP and Email sending problems?

2006-04-19 Thread Manuel Lemos
n. I think you need to restart qmail to make the changes in smtproutes take effect. Also use qmail-showctl to make sure you are changing the right qmail control file. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Fr

[PHP-DB] Re: QMAIL PHP and Email sending problems?

2006-04-17 Thread Manuel Lemos
t -i > > No changes. I'm pulling my hair over this one. Any help would be > appreciated! This is not a PHP problem. You need to configure qmail control smtproutes setting . -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorag

[PHP-DB] Re: php mail and accentuated characters

2006-01-02 Thread Manuel Lemos
that even comes with an example of how to send messages with accents in the subject header and the body: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to us

[PHP-DB] Re: RSS/XML

2005-12-18 Thread Manuel Lemos
asses that are meant precisly for that: http://www.phpclasses.org/rsswriter You also need this: http://www.phpclasses.org/xmlwriter -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP compo

[PHP-DB] Re: Mailer issue with PHP and MySQL

2005-11-19 Thread Manuel Lemos
nding the same message to many recipients at the same time, the class provide a few optimization tricks to speedup your deliveries: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP C

[PHP-DB] Re: abstract php code for different databases

2005-06-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

Re: [PHP-DB] Transaction over persistent connection problem

2005-04-27 Thread Manuel Lemos
bility for 'hung' transaction in some kind of garbage collection routine...? It is not really a garbage collection but rather aborting transactions (rollback) after a timeout or disconnection. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http:

Re: [PHP-DB] Transaction over persistent connection problem

2005-04-27 Thread Manuel Lemos
database forever. -- 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

Re: [PHP-DB] Transaction over persistent connection problem

2005-04-27 Thread Manuel Lemos
/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://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

[PHP-DB] Re: Object relational mapping in PHP

2005-04-06 Thread Manuel Lemos
need (no fat base classes nor code that may never be used). It can also generate compiled queries from an OQL expression and a special class to install or upgrade that database schema to store the persistent objects. http://www.meta-language.net/metastorage.html -- Regards, Manuel Lemos

[PHP-DB] Re: Mail question

2005-02-19 Thread Manuel Lemos
/smtpclass 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 products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator

[PHP-DB] Re: Slow Query

2005-01-12 Thread Manuel Lemos
a look at the classes and let me know if you got the idea. -- 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-DB] Re: Site optimization

2004-12-28 Thread Manuel Lemos
class and its support forum is available here: http://www.phpclasses.org/filecache -- 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 - D

[PHP-DB] Re: PHP Classes to generate Excel files ?

2004-12-22 Thread Manuel Lemos
award as it makes creating Excel files as simple as opening files with fopen("xls://path/to/spreadsheet.xls") and the use fwrite(). You need at least PHP 4.3.0 to use this. http://www.phpclasses.org/xlsstream -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components writ

[PHP-DB] Re: connection pooling

2004-12-05 Thread Manuel Lemos
expressions. If the problem is on the PHP side, you need to see what your code is doing to make it do it faster. -- 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-DB] Re: php newsletter with mysql data

2004-11-22 Thread Manuel Lemos
recipients: 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 lay

[PHP-DB] Re: Prevayler in PHP

2004-11-04 Thread Manuel Lemos
layer generator tool: http://www.meta-language.net/metastorage.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/ Metastorage - Data object

[PHP-DB] Re: Mailing Attachments (like csv file)

2004-11-04 Thread Manuel Lemos
as many attachments as you want. Just take a look at the attachment sending example, and in the Content-Type attachment definition change from automatic/name to application/octet-stream . http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP

[PHP-DB] Re: Book recommendation for using MySQL w. PHP

2004-11-03 Thread Manuel Lemos
y recommendation would be beneficial, thanks alot in advanced :). Christmas is coming up, and my girl wants to know what to give me ... heh :P You may want to take a look here for some of the books like you want including reviews: http://www.phpclasses.org/reviews/ -- Regards, Manuel Lemos PHP Cl

[PHP-DB] Re: sending e-mails

2004-10-21 Thread Manuel Lemos
rd within that script. http://www.phpclasses.org/mimemessage You also need these classes. 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://www.phpclasses.org/ PHP Reviews - Reviews o

[PHP-DB] Re: microsoft access

2004-09-30 Thread Manuel Lemos
tment. You may want to try this database abstraction package that comes with Access driver so you can access it in a database independent way: http://www.phpclasses.org/metabase -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Re

[PHP-DB] Re: Using PHP to generate SQL statement

2004-09-23 Thread Manuel Lemos
to try this PHP DAO generator tool that lets you define your DAO classes in a simple XML format including variables, validation rules, relationships and functions that you need to manipulate your data objects and it generates all the code for you: http://freshmeat.net/projects/metastorage/ --

Re: [PHP-DB] Re: Mass mail

2004-09-20 Thread Manuel Lemos
messages just to adapt the "Hello {name}" header (and the rest of the message is the same) unless you want to pretend that the messages are being sent by a human that really cares about the recipient person and not a bulk mailing machine. -- Regards, Manuel Lemos PHP Classes - Free ready

Re: [PHP-DB] Re: Mass mail

2004-09-20 Thread Manuel Lemos
messages just to adapt the "Hello {name}" header unless you want to pretend that the messages are being sent by a human that really cares about the recipient person and not a bulk mailing machine. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written i

[PHP-DB] Re: Mass mail

2004-09-20 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

[PHP-DB] Re: Abstraction Layer....

2004-09-19 Thread Manuel Lemos
Hello, On 09/19/2004 02:32 PM, M Saleh Eg wrote: Anyone for a list of php abstraction classes? ADODB, PEAR::DB... any others? or better? Metabase http://www.phpclasses.org/metabase PEAR::MDB http://pear.php.net/package/MDB Creole http://creole.phpdb.org/ -- Regards, Manuel Lemos PHP Classes - Free

[PHP-DB] Re: Sending mail through localhost

2004-09-17 Thread Manuel Lemos
with a wrapper function named smtp_mail() . It works exactly like the mail() function but it lets you configure the authetication credential so you can relay your messages. http://www.phpclasses.org/mimemessage You also need this: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP

Re: [PHP-DB] Which Database Abstraction Layer ?

2004-09-11 Thread Manuel Lemos
t soon or later an users of your database abstraction package will find an hairy query that will break those tricks and will be mad and stuck with feature that does not work. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Review

[PHP-DB] Re: Dear php experts

2004-08-29 Thread Manuel Lemos
on member table. Could anyone give me functional code for it? If you want to send personalized messages (or not) to many users, you may want to try this class is that provides some optimization support for bulk mailing: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Clas

[PHP-DB] Re: E-mail as HTML

2004-08-25 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-DB] Re: SMTP

2004-08-17 Thread Manuel Lemos
need this: http://www.phpclasses.org/smtpclass -- 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

[PHP-DB] Re: How to forward a POSTed form to another server and catch the return for further processing

2004-08-14 Thread Manuel Lemos
://www.phpclasses.org/httpclient -- 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

[PHP-DB] Re: MAIL() help needed :-(

2004-08-09 Thread Manuel Lemos
native messages that include both a text/html and text/plain part. If you do not know how to do that you may want to take a look at this message composing and sending class that includes an example to do exactly that: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - F

[PHP-DB] Re: sendmail

2004-08-04 Thread Manuel Lemos
es of this message composing and sending class that let you set it using the Return-Path header: 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 pro

[PHP-DB] Re: sendmail

2004-08-03 Thread Manuel Lemos
again with different data and it doesnt work. Any ideals on this? "It doesnt work" is vague. What happens? Does it show any error? The message does not arrive? -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews

[PHP-DB] Re: generating reports in php

2004-07-28 Thread Manuel Lemos
://www.agata.org.br/ -- 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-DB] Re: map algorithm

2004-07-13 Thread Manuel Lemos
. How should I approach this problem? You may want to try this class that includes an example to solve that problem with combinatorial analysis: Class: Combinatorics http://www.phpclasses.org/combinatorics -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http

[PHP-DB] Re: Validation Form require.

2004-07-04 Thread Manuel Lemos
rmsgeneration -- 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-langu

[PHP-DB] Re: Javascript help require

2004-06-26 Thread Manuel Lemos
And curser's focus should come on textbox named "Phone_no". You may want to try this forms generation and validation class that can do exactly what you ask. http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components

[PHP-DB] Re: mail() function and AOL users

2004-05-18 Thread Manuel Lemos
message headers and body properly. Without seeing the code that you use to define $message, it is hard to tell. I just suggest that you try this class to properly compose and send your messages: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP c

[PHP-DB] Re: Dynamic Form?

2004-04-13 Thread Manuel Lemos
. You can use it with plain HTML templates or integrate with Smarty templates as it comes with a specific plug-in: http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of

Re: [PHP-DB] Mail() - Preposterous Accusation

2004-04-09 Thread Manuel Lemos
appen depending on your system. 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 o

[PHP-DB] ANN: Released extensive Metastorage documentation

2004-03-22 Thread Manuel Lemos
languages and storage containers will be supported. http://www.meta-language.net/metastorage-faq.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

[PHP-DB] Re: How to simplify DB creation?

2004-03-19 Thread Manuel Lemos
, validation, sorting and searching? Well documented PHP library could be also useful. You may want to take a look at this generator tool: http://www.meta-language.net/metastorage.html http://www.meta-language.net/screenshots.html -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP

[PHP-DB] Re: mail() and sendmail configuration

2004-02-23 Thread Manuel Lemos
lind error and trial attempts. 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

[PHP-DB] Re: SMTP authentication

2004-02-09 Thread Manuel Lemos
not SMTP authentication. You may want to use this class that comes with a wrapper function named smtp_mail() that works like mail() except that it does let you specify the authentication credentials: http://www.phpclasses.org/mimemessage http://www.phpclasses.org/smtpclass -- Um abraço, Manuel

[PHP-DB] Re: A site mapped in a database / xml

2004-01-21 Thread Manuel Lemos
nk of the page called etc. I think this class does exactly what you ask: Class: XMap http://www.phpclasses.org/xmap -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] Re: Database Abstraction Layer?

2004-01-21 Thread Manuel Lemos
have an application working with an existing database, Metabase provides experimental support for migrating the installed schema to the database independent XML definition format. http://www.phpclasses.org/metabase -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http

[PHP-DB] Re: php mail() question

2003-12-22 Thread Manuel Lemos
ing it's not deinfed on line blah This does not make sense. You need to understand what you are doing. Text areas do not take any value attributes. The text that will show must be entered between -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclass

Re: [PHP-DB] Reading emails with PHP

2003-12-21 Thread Manuel Lemos
ere: http://marc.theaimsgroup.com/?t=1071585&r=1&w=2 -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: php mail() question

2003-12-21 Thread Manuel Lemos
Hello, On 12/18/2003 10:44 AM, Jerry wrote: How do I list the headers that are ouputed in the page into the text area also? You just need to call the RetrieveMessage function that returns the headers of each message and then look for the To: header. -- Regards, Manuel Lemos Free ready to use

[PHP-DB] Re: php mail() question

2003-12-16 Thread Manuel Lemos
sent speed. Actually I start a PHP script from the cron task that runs every 5 minutes using PHP CGI executable version. I just process upto 100 bounced messages per run avoid hogging the database server and blocking the POP3 mailbox for a long time, as this is not a prioritary task. -- Regar

[PHP-DB] Re: php mail() question

2003-12-15 Thread Manuel Lemos
will have the To: address set correctly. The remaining message should be ignored. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: php mail() question

2003-12-15 Thread Manuel Lemos
POP3 component like this to fetch and process the bounced messages once in a while, for instance starting a PHP script from a cron task. I do this all the time to handle bounces from newsletters that I send from my site. http://www.phpclasses.org/pop3class -- Regards, Manuel Lemos Free ready to us

[PHP-DB] Re: Transfering large mysql database

2003-12-08 Thread Manuel Lemos
ating. On one host I have access to the root and on the other I am very limted. Here you may find several solutions to backup and restore whole MySQL databases or just single tables: http://www.phpclasses.org/backup -- Regards, Manuel Lemos Free ready to use OOP components written in PHP

[PHP-DB] Re: nested sets?

2003-11-21 Thread Manuel Lemos
for Smarties http://www.phpclasses.org/products.html/id/1558605762.html If you do not want to reinvent the wheel, you may want to try this implementation: Class: Joe Celko Nested Sets http://www.phpclasses.org/celkonestedset -- Regards, Manuel Lemos Free ready to use OOP components writte

[PHP-DB] Searching a name field

2003-11-06 Thread Manuel Ochoa
I currently manage a MySQL database with about 3 records. I've given my users the ability to search the name field by pattern. For example, the name field can hold 36 characters and contains first name, middle initial and last name. example: NAME John D Miller Jr. Harry B Davis Angela De L

[PHP-DB] Re: HTML mail

2003-11-02 Thread Manuel Lemos
e and send HTML messages, including embedding images or attachments if necessary: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] Re: mail function

2003-10-30 Thread Manuel Lemos
ssage parts using quoted printable encoding. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: mail function

2003-10-30 Thread Manuel Lemos
u the message parts using quoted printable encoding. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: Multiple forms and multiple submissions

2003-10-18 Thread Manuel Lemos
dden field value "computer" Form regthree with hidden field value "habits" Form regfour with hidden field value "comms" Form regfive with hidden field value "misc" You may want to try this class instead of re-inventing the wheel: http://www.phpclasses.org/multi

Re: [PHP-DB] Re: MMCache Benchmarks don't show much improvement?

2003-08-20 Thread Manuel Lemos
ond. What you can do is to use the content caching support to avoid querying the database for the same data. You can do that with Turck. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To u

[PHP-DB] Re: MMCache Benchmarks don't show much improvement?

2003-08-20 Thread Manuel Lemos
the speedup may not be so noticeable. In this case, the content caching may be noticeable on subsequent accesses to the data generated by the type of external accesses that I mentioned. You also will notice greater speedup if your scripts are complex or include many classes. -- Regards, Man

[PHP-DB] Re: Dynamic Forms for Data Entry, any good tools?

2003-08-20 Thread Manuel Lemos
You may want to try these classes: http://www.phpclasses.org/formsgeneration http://www.phpclasses.org/multipageforms -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: htt

[PHP-DB] Re: Email with attachments

2003-07-24 Thread Manuel Lemos
class to compose and send messages with attachments. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] ANN: Metastorage generates form handling classes

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

Re: [PHP-DB] Re: OCI_ASSOC returns key with upper case string

2003-07-05 Thread Manuel Lemos
e the column names truncated. That is the reason why Metabase never provided a function to return rows as associative arrays, as Metabase is focused on real database application portability. http://www.phpclasses.org/metabase -- Regards, Manuel Lemos Free ready to use OOP co

[PHP-DB] Re: OCI_ASSOC returns key with upper case string

2003-07-04 Thread Manuel Lemos
n portability. http://www.phpclasses.org/metabase -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: Password generator

2003-06-20 Thread Manuel Lemos
Hello, On 06/17/2003 06:45 AM, Davy Obdam wrote: I have to make a password generator, but i have a little problem. You may also want to try any of these classes: http://www.phpclasses.org/password%20generation -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http

Re: [PHP-DB] Re: MySQL, PHP, and XML

2003-06-13 Thread Manuel Lemos
Hello, On 06/12/2003 10:21 AM, Hardik Doshi wrote: Hi Manuel, Do you have any references for generating XML files from any of the persistent database? That depends on what you want to do. This class can generate arbitrary XML documents: http://www.phpclasses.org/xmlwriter This package can

[PHP-DB] Re: MySQL, PHP, and XML

2003-06-11 Thread Manuel Lemos
: Class: MySQL to XML - XML to MySQL http://www.phpclasses.org/mysql_xml -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: MySQL, PHP, and XML

2003-06-11 Thread Manuel Lemos
: Class: MySQL to XML - XML to MySQL http://www.phpclasses.org/mysql_xml -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Re: Authentication Classes

2003-06-10 Thread Manuel Lemos
her? I think I'm on my own here, but the quest must go on! ;) I have not tried the packages to give an opinion, but this package seems to do what you want and is the top downloaded of those in the same category: Class: phpSecurityAdmin http://www.phpclasses.org/phpsecurityadmin -- Regards

Re: [PHP-DB] Re: Authentication Classes

2003-06-10 Thread Manuel Lemos
Hello, On 06/10/2003 09:37 PM, Becoming Digital wrote: Sorry, Manuel, but you must have missed the first paragraph of my post. I was hoping to narrow down the 40 classes from the repository to those that are top quality. I know. There is a rating system in the site that would help you to find

[PHP-DB] Re: Authentication Classes

2003-06-10 Thread Manuel Lemos
eather. We deserve our two days a month! There are a few solutions for you to try here: http://www.phpclasses.org/browse.html/class/21.html -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) T

Re: [PHP-DB] Re: Mail() on OS X

2003-06-02 Thread Manuel Lemos
S X without sendmail. is it true? Yes, but that is like with any Unix. You may also use qmail, postfix, etc.. but you always need a mailer program. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.ne

Re: [PHP-DB] Re: Mail() on OS X [follow up]

2003-06-02 Thread Manuel Lemos
ge To send via SMTP you also need this other class: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: Mail() on OS X

2003-06-02 Thread Manuel Lemos
th any Unix. You may also use qmail, postfix, etc.. but you always need a mailer program. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: Mail() on OS X

2003-06-02 Thread Manuel Lemos
that emulates the mail() function except that it send the messages to SMTP server of your choice: http://www.phpclasses.org/mimemessage To send via SMTP you also need this other class: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos Free ready to use OOP components written in PHP

[PHP-DB] Re: connection pooling

2003-05-29 Thread Manuel Lemos
ection and it's idle, use that one" Try SQLRelay. It comes with a PHP client API. http://sqlrelay.sourceforge.net/ -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe,

[PHP-DB] Re: Email an attached file

2003-05-29 Thread Manuel Lemos
class that simplifies it for you. You can attach a file passing its file name or passing its data if you have already retrieved it to a string: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP Database

[PHP-DB] Re: PHP and MS SQL Server 7.0

2003-03-04 Thread Manuel Lemos
he list of recipients. Any help is greatly appreciated! You can do it all in PHP. Try for instance this class for composing and sending e-mail messages that comes with an example for sending personalized bulk mail. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP Databa

[PHP-DB] Re: Mapping objects to tables: the actual database object

2003-03-04 Thread Manuel Lemos
d. -- Regards, Manuel Lemos -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-db@lists.php.net

2003-02-11 Thread Manuel Lemos
Hello, On 02/11/2003 12:33 PM, Unknown wrote: Dear Gurus, Does anyone refer me to the links of PHP interface to CDB (Bernsteins) module?Coulnd't find yet. Check the DBA extension. There is limited support to CDB. -- Regards, Manuel Lemos -- PHP Database Mailing List (http://www.ph

[PHP-DB] Re: more info about data connection with Microsoft Access Driver

2003-01-30 Thread Manuel Lemos
e latest version of PHP that comes with a patch to support DSN-less connections. -- Regards, Manuel Lemos -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: ms sql limit equivalence

2003-01-23 Thread Manuel Lemos
er to only start sending rows after the first that may be found, if you want to skip any rows of course: http://www.phpclasses.org/metabase -- Regards, Manuel Lemos -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: Using Objects with Databases

2003-01-22 Thread Manuel Lemos
with class functions that you may configure to your needs. Metastorage is Open Source and is available here: http://www.meta-language.net/metastorage.html http://www.meta-language.net/news-2002-12-09-metastorage.html -- Regards, Manuel Lemos -- PHP Database Mailing List (http://www.php.net

  1   2   3   >