Category Archives: Classes

Executing multipple SQL statements stored in files

Package:
Executing multipple SQL statements stored in files
Summary:
Execute MySQL queries read from files
Groups:
Databases, Files and Folders, PHP 5
Author:
Boris Tetrev
Description:
This class can be used to execute MySQL queries read from files.

It can scan a given directory to retrieve the list of files it contains.

The class can read the file contents an execute the SQL statements contain in each line of the files.


Executing multiple SQL statements stored in files

Package:
Executing multiple SQL statements stored in files
Summary:
Execute MySQL queries read from files
Groups:
Databases, Files and Folders, PHP 5
Author:
Boris Tetrev
Description:
This class can be used to execute MySQL queries read from files.

It can scan a given directory to retrieve the list of files it contains.

The class can read the file contents an execute the SQL statements contain in each line of the files.


Secure SMTP client

Connecting to Gmail and sending a message. (verbose output)
Package:
Secure SMTP client
Summary:
Send messages via SMTP server with authentication
Groups:
Email, Networking, PHP 5
Author:
wooptoo
Description:
This class can be used to send messages via SMTP server with authentication.

It can connect to a given SMTP server using SSL or TLS, and authentication using the LOGIN method.

It can send send a message with a given subject from a given address to a given recipient.


PHP MSSQL Dump

Package:
PHP MSSQL Dump
Summary:
Dump a Microsoft SQL server database
Groups:
Databases, PHP 5, Systems administration
Author:
Jonathan Hilgeman
Description:
This class can be used to generate a dump of a Microsoft SQL server database.

It accesses a given Microsoft SQL server database and retrieves schema and data to generate a string with SQL statements that can be used to recreate the database.

The class may dump just the database schema, just the table data, or both.

It may also strip comments and not indent the output string with tabs to make the output as compact as possible.


QueryString

Package:
QueryString
Summary:
Assemble variables to generate a query string
Groups:
Text processing
Author:
Dimitry Zolotaryov
Description:
This class can be used to assemble variables to generate a query string.

It can add and remove variables and the respective values that will be added to a list of variables.

The class can assemble the variables and form a query string that can be used in URLs.


Simple Example of formsubmission, update and remove functionalities with AJAX

Simple shopping cart with Ajax
Package:
Simple Example of formsubmission, update and remove functionalities with AJAX
Summary:
Add products to a shopping cart using AJAX
Groups:
AJAX, Databases, E-Commerce, HTML
Author:
Shaik Thasnim Banu
Description:
This class can be used to add products to a shopping cart without reloading the page.

It can retrieve a list of products from a MySQL database and generate HTML to display the products on a page with links to add or remove them to a shopping cart.

When the user clicks on the product links the browser sends an AJAX request to the server to add or remove the products to the shopping cart.


Shopping Cart AJAX

Simple shopping cart with Ajax
Package:
Shopping Cart AJAX
Summary:
Add products to a shopping cart using AJAX
Groups:
AJAX, Databases, E-Commerce, HTML
Author:
Shaik Thasnim Banu
Description:
This class can be used to add products to a shopping cart without reloading the page.

It can retrieve a list of products from a MySQL database and generate HTML to display the products on a page with links to add or remove them to a shopping cart.

When the user clicks on the product links the browser sends an AJAX request to the server to add or remove the products to the shopping cart.


Shopping cart AJAX

Simple shopping cart with Ajax
Package:
Shopping cart AJAX
Summary:
Add products to a shopping cart using AJAX
Groups:
AJAX, Databases, E-Commerce, HTML
Author:
Shaik Thasnim Banu
Description:
This class can be used to add products to a shopping cart without reloading the page.

It can retrieve a list of products from a MySQL database and generate HTML to display the products on a page with links to add or remove them to a shopping cart.

When the user clicks on the product links the browser sends an AJAX request to the server to add or remove the products to the shopping cart.


Socket Server

Package:
Socket Server
Summary:
Handle requests to network servers
Groups:
Networking, PHP 5
Author:
Aleksey V. Zapparov
Description:
This class can be used to handle requests to network servers.

It can create a socket to listen to connections to a given IP address and port.

The class accepts connections and sends an optional welcome message to the client.

It can also register an handler function that will be called when it receives data from a client. The return value of the handler function is sent as response to the client.


Powered by Gewgley