Coder Social home page Coder Social logo

ultimatemysql's Introduction

ultimatemysql

work based on http://www.phpclasses.org/package/3698-PHP-MySQL-database-access-wrapper.html

Ultimate MySQL Wrapper Class for PHP 5.x

Contributions from

  • Frank P. Walentynowicz
  • Larry Wakeman
  • Nicola Abbiuso
  • Douglas Gintz
  • Emre Erkan
  • Vincent van Daal
  • Xander Groesbeek (SQLValue:int quoting; QueryArray tweak)
  • Ger Hobbelt

Features

  • Establish MySQL server connections easily
  • Execute SQL queries
  • Retrieve query results into objects or arrays
  • Retrieve the last inserted ID
  • Manage transactions (transaction processing)
  • Retrieve the list tables of a database
  • Retrieve the list fields of a table (or field comments)
  • Retrieve the length or data type of a field
  • Measure the time a query takes to execute
  • Display query results in an HTML table
  • Easy formatting for SQL parameters and values
  • Generate SQL Selects, Inserts, Updates, and Deletes
  • Error handling with error numbers and text
  • And much more!

License

Free (MIT license)

ultimatemysql's People

Contributors

gerhobbelt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ultimatemysql's Issues

Not working with 8.1

Hi, I'm getting an error in PHP 8.1 - do you have an update that might work with later versions of PHP?

mod_fcgid: stderr: PHP Fatal error: Uncaught mysqli_sql_exception: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 in /home/miklos/public_html/qdb/Class/MySQL.class.php:2148

Switch to mysqli functions

Hi there!

Any chance we can see an update where the mysqli_* functions are used, instead of the deprecated mysql_* functions?

An old version of this class is used in one of the projects I am working on and I would like to upgrade, as first user feedback is coming in regarding deprecation warnings in logfiles.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.