HomebulletScriptsbulletTag: mysql (571 results)
  1. No Screenshot
    2032 total visits
    MySQL2Conndbs is a MySQL database access wrapper. MySQL2Conndbs can perform several operations to access databases and perform schema management:- Connects to a given MySQL database server- Create and drop databases- Create, drop tables or check if exists- Insert rows in a table from an array of field values- Delete specific rows from a table- Optimize tables- Execute SELECT queries and ...
  2. No Screenshot
    1981 total visits
    MySQL Database Handler is a wrapper around MySQL database access functions. Features of MySQL Database Handler:- Establish persistent or non persistent database connections- Execute SQL queries- Fetch query result set rows as arrays. The array indexes can be column numbers or names.- Retrieve the number of rows in a result set.- Retrieve the number of rows affected by an INSERT, ...
  3. No Screenshot
    1745 total visits
    new_label is able to take the time values directly out of a mysql table "date" field. The label will disappear after a defined number of days pass.If you change anything on your page you can label it 'changed' or 'new info' instead of 'new'. The string for 'new' is user defineable and does not really have to be 'new'.
  4. No Screenshot
    1763 total visits
    TXTDB to MySQL is a MySQL database access wrapper that implements a compatible interface of TXTDBAPI flat file SQL parser.TXTDB to MySQL is meant to allow switching between the use the actual TXTBDAPI and MySQL without needing to changes applications based on this API.
  5. No Screenshot
    2069 total visits
    Connection to MySQL database servers can be established and SQL queries can be executed in Osiris Core.Key Features of Osiris Core:- Change the character set- Return query results in arrays, HTML tables, or XML documents- List, optimize, create and drop database tables- Generate HTML to edit data from the database with inputs of type: text, textarea, select and checkboxRequirements: PHP ...
  6. No Screenshot
    2041 total visits
    xDatabase is a simple MySQL database access wrapper.Functions of xDatabase:- xDatabase can connect to database from the class constructor.- xDatabase is possible to use a single function to execute queries and retrieve results.- xDatabase automatically stores additional query information in class variables: number of result rows, affected rows, last insert id.
  7. No Screenshot
    2153 total visits
    A connection to a MySQL database can be established and SQL INSERT, UPDATE, DELETE and DESCRIBE queries can be executed from parameters that specify the tables, fields and values to use.Requirements: PHP 4.0 or higher
  8. No Screenshot
    2143 total visits
    MySQL php class is a wrapper to access MySQL databases.MySQL php class supports:- Connecting to multiple servers at the same time- Execute multiple SQL queries at the same time- Retrieve unbuffered result sets with the possibility to a retrieval duration limit after which the connection thread is killed and the query is stopped- Execute Insert, Update, Delete queries- Retrieve the ...
  9. No Screenshot
    2017 total visits
    A dump file is read, the comment lines are skipped and the SQL statements are executed.Requirements: PHP 3.0 or higher
  10. No Screenshot
    1402 total visits
    MySQL queries can be composed and executed in order to perform basic operations.Key Features of Simple MySQL:- Select or count the rows of a table given the columns to be retrieved, the where clause and optionally a limited range of result rows to retrieve- Insert a row in a table given the field values- Delete rows from a table given ...
  11. No Screenshot
    2177 total visits
    mydb allows connecting to a given MySQL database server and executing arbitrary SQL queries.Key Features of mydb:- Retrieve query result rows into arrays- Retrieve all the query results into a single bi-dimensional array- Execute a query and retrieve a range of the result rows into a single bi-dimensional arrayRequirements: PHP 4.0 or higher
  12. No Screenshot
    2227 total visits
    GPW parse accesses a page of the gpw.pl site and parses it to retrieve data about the stocks listed in that page.The data is imported into a MySQL database so it can be queried at will. The stored data can be queried and returned in an array.Requirements:PHP 5.0 or higher
  13. No Screenshot
    1494 total visits
    Currently only MySQL is supported in db Class.Easy to CRUD with db Class. Enjoy youself!
  14. No Screenshot
    1484 total visits
    SQL SELECT queries can be executed and the fields of each result set row can be retrieved into class variables.Object based MySQL can also insert or update records of a table getting the values from class variables with the same name as the fields.Requirements: PHP 5.0 or higher
  15. No Screenshot
    1646 total visits
    EasyDate provides a set of manipulation functions that can be applied to strings retrieved from a MySQL database.
Pages 15 of 39« 11 12 13 14 15 16 17 18 19 »