- 1,251 categories
- 40,829 scripts
- Manage your MySQL databases using a simple powerful interface. You can make backups in .sql format (optionally compressing with GZip), and restore the data from these files. Database dump files generated by phpMyAdmin are supported, and the script is...
- This set of scripts can be used, with minor customization, to access multiple MySQL databases (hence, &"DBDB&"), even at different servers (if they are accessible from the web server where these scripts run), for displaying data in ...
- Platforms
- Licenses
- Other Free / Open Source License
- Search, Modify, Add, and Delete online Records. Using ASAP you connect to your Access, SQL or MySQL database, choose necessary fields, design the color scheme and then generate PHP pages and upload those pages to your ISP within the program. Features...
- 1. Easy to generate reports
2. Columns automatically determined and appropriate number of html table columns are created.
3. Can tweak color, padding, and other basic settings of the grid.
4. Allow setting a dataKey property for recording the k...
- Coding data access methods in PHP for the MySQL we very often come across the same connect, fetch, query and other methods.
Here is a php script which creates a class for DB access, called DBprocess, and in a way makes inserts, updates, selects...
- This class can be used to manage MySQL database tables.
It extends the MySQLi base class to add new functionality like:
- Inserting, updating and retrieving MySQL table rows from a list of parameters
- Creating and dropping databases, t...
- This class can be used to backup large MySQL databases into multiple files.
It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current values of the table rows, as if it was creati...
- This class can be used to build and execute MySQL database queries.
It can build SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and values.
The class can also execute the generated queries and retrieve the SELECT query...
- This class can be used to generate Excel spreadsheets in XLS format.
It can add text or numeric values to given rows and columns of a spreadsheet.
The class may also execute a MySQL database query and generate a single spreadsheet with th...
- IAM Backup is package made of two classes. One performs the backup of the selected MySQL database, and the second restores the database. Both classes support gzip-compressed files for improved performance.
Page: