Categories
Tags → Select Query

MyBackup

Simple interface to save your database into files. This is not intended to clone phpmyadmin interface. Administrators might not want to let other users access to all phpmyadmin functionalities, so that this little interface might be enough to them. H...
DETAILS

Simple csv to MySQL tool

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...
DETAILS

Database Functions

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...
DETAILS

mysqlForm

This class can be used to create HTML forms for entering values to create new records of a MySQL database table. It identifies the list of fields of a given mysql table. Then it generates HTML for a form that includes inputs to enter values for...
DETAILS

Mysql Select Query

This simple script uses the DBI module in order to connect to a Mysql database, retrieves the results from a select query and display the results inside a while statement. There is a live example as a demo.
DETAILS

Ajax form elements

Place linked select boxes or radio button groups on to your page that dynamicaly load items from database using Ajax. Like Category-Subcategory selections. You can chain as many select boxes as you like. Extra filtering parameter for roor selec...
DETAILS

Page:
©2003-2019 jCay.com