HomebulletScriptsbulletTag: database (781 results)
  1. No Screenshot
    4163 total visits
    Login Script with PDO can use the PDO extension to connect to a specified database and perform several account management operations.Key Features of Login Script with PDO:- Insert new user records- Authenticate a given user with a password and start a session- End the logged user session- Change the user e-mail or password- Send an e-mail with a link to ...
  2. No Screenshot
    2384 total visits
    dbf2mysql, the dbase extension functions are used to open and retrieve data from DBF files. The script generates a string with SQL statements to create tables in a MySQL database and insert rows with the data from the DBF files.The generated SQL statements maybe displayed in a HTML page, served for download, or stored in a file.Requirements: PHP 3.0 or ...
  3. No Screenshot
    2018 total visits
    PDO Singleton is an instance of the PDO object that acts as a singleton is created.The PDO Singleton provides functions to access a database using the PDO object for executing queries, retrieving the results and managing transactions.Requirements: PHP 5.2 or higher
  4. No Screenshot
    1907 total visits
    Database utility class can execute SELECT, INSERT, UPDATE and DELETE queries from parameters that define tables, fields, values and conditions.Results from SELECT queries are returned in arrays.Requirements: PHP 3.0 or higher
  5. No Screenshot
    2196 total visits
    Advanced MySQL Database Class, Simple to Use, the Advanced MySQL Database Class is probably one of the simplest database objects/classes to use for PHP.Once the object is created, the number of lines of code that you need to use for any function in this class is just 1! Any query at all can be called and return a result whether ...
  6. No Screenshot
    1631 total visits
    Discogs is a user-built database containing information on artists, labels, and their recordings.Discogs is constantly growing (like Wikipedia) as users submit releases to the community database. It is well documented inline.If a decent IDE is used the developer will see that each method is documented with PHPDoc.
  7. No Screenshot
    1865 total visits
    The connections to specified SQL server hosts are established through one class with Controller.Another class can perform regular database access operations such as executing SQL queries, retrieve query results into arrays, execute common queries or stored procedures given a list of parameters.Requirements: PHP 5.0 or higher
  8. No Screenshot
    2047 total visits
    PHP MySQL Login 5 levels of Hierarchy can manage the records of users in a MySQL database giving them 5 possible levels of hierarchy: administrator, master, agent, member and guest.PHP MySQL Login 5 levels of Hierarchy that can be used to add and remove user records, authenticate user password, manage user sessions and edit user accounts, are provided.Requirements: PHP 4.0 ...
  9. No Screenshot
    2102 total visits
    Query2RSS takes a MySQL query result set resource and retrieves the result rows to generate XML for an RSS 2.0 feed.The script can map a given list of fields to fields that define the title, description and URL of the RSS feed items.Configurable custom fields can be inserted into the RSS feed channel definition.Requirements: PHP 5.0 or higher
  10. No Screenshot
    2058 total visits
    Several functions, that can be used to compose and execute common SQL queries by passing a list of parameters defining tables, fields and conditions, are added to the ezSQL class with CRUDités.Requirements: PHP 5.0 or higher
  11. No Screenshot
    1977 total visits
    SELECT, INSERT, UPDATE and DELETE queries are supported in dbclass with execution query.The results from SELECT queries are gathered in a single array with values stripped from any slashes.Requirements: PHP 5.0 or higher
  12. No Screenshot
    2024 total visits
    PgFieldNameFixer retrieves the names of the columns of a given PostgreSQL database table and checks if it has upper case letters, special characters spaces, or any other problematic characters.The columns are renamed in order to replace problematic characters.Requirements: PHP 5.0 or higher
  13. No Screenshot
    1972 total visits
    Persist Class contains DBConnection class that provides access to relational databases, establishing connections, executing queries and retrieving results.The Persist Class handles storing objects into relational database tables.Requirements: PHP 5.0 or higher
  14. No Screenshot
    2145 total visits
    Closure Table can create MySQL database tables that will store information about hierarchies of nodes stored in other database tables.Nodes can be organized hierarchically by weight and depth by different classes. They can be inserted, deleted, retrieved and sorted.Requirements: PHP 5.0 or higher
  15. No Screenshot
    1767 total visits
    HTTP requests can be sent to the cPanel API in order to perform several types of MySQL database administration tasks with cPanel Database Administering.Currently cPanel Database Administering can check if a database or an user record exists, create or delete a database, create or delete a database user, and grant access privileges to a database user.Requirements: PHP 5.2 or higher
Pages 14 of 53« 10 11 12 13 14 15 16 17 18 »