- 1,233 categories
- 40,342 scripts
Updated: 04/13/2008
- This is a mySQL database class, that allows you to run queries faster and supports prepared statements, just like PHP 5''s PDO, but working for PHP 4. It supports:
- persistent connections;
- raw query, just like mysql_query;
- select function;
- insert function;
- delete function;
- update function;
- lastInsertId function;
- rowCount() function (for select resources);
- prepare function like in PDO;
And many other usefull functions. I work very efficient with this. Hope you like it :). Also, I''ve included 2 bonus classes as a gift: an Email sending class (with attachment support) and a FileSystem class (with unzip/zip/list functions). All classes are very well commented.
Good luck!
- Categories
- Tags
- Platforms
- Licenses
- Author
- SimpleMail allows you to send email messages from your ASP pages or any other ActiveX compatible container application like VB. It was implemented using the original SMTP-protocol, and to keep it simple it does not offer MIME or file attachment features.
- AnyEMail(tm) allows you to receive and send email from any email accounts via your browser. It features: Read, Reply to, Forward, Compose, Delete multiple emails, Sort email list by Subject, From, Date, Multipage presentation, Can set to use fixed p...
- Discus Pro is a commercial add-on to the popular Discus WWW discussion board software package. Some additional features in Discus Pro include: Private reading topics, User self-registration (automatic, queued, or e-mail verified), Automatic archiving...
- Mail-A-File is a web-based email program (written in Perl) with file attachment features. The program allows any user to send an email from a web-based form to any recipient with a valid email address plus the ability to attach a file to the email me...
- This is VERY useful for auto-mailing a single binary file to a user that enters their email address on a website form. This script is a modification of Matt Wright''s FormMail.cgi. Modifications include: Form user email addresses are required, O...