- 1,251 categories
- 40,829 scripts
- This code will take a csv file and create or, insert or update, the data into a MySQL database. It assumes the first line contains the field names and uses that to build the SQL query for the following data lines.
There''s a download button fo...
- Categories
- Platforms
- Licenses
- 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...
- Categories
- Platforms
- Licenses
- This class is a simple wrapper to access MySQL databases.
It can establish connections to a given MySQL server and execute SQL queries in a single call.
The query result resource handle, columns names, number of returned rows and last ins...
- Categories
- Platforms
- Licenses
- A class for very basic MySQL database connectivity. Written to reduce redundant code in my own projects aswell as aid in debugging and error reporting during the developement phase. Currently connects to a database, execute external files containing ...
- Categories
- Platforms
- Licenses
- This class is meant to generate two HTML form select type inputs making the currently selected value on the first input determine the option values that are made available on the second.
It uses JavaScript to update the second input options when...
- Categories
- Platforms
- Licenses