|
db_upload_file() stores a
I find this little script
This is a very limited,
This very simple script will
file in a database table.
very useful for web
barely visual database
display your mysql table in
Make sure that the column
applications that need to
manager. Users will need to
an html table with an option
data type is big enough for
automatically generate
know the SQL statements to
to do simple pagination like
the files you will be
tables. I wrote it because I
locate the necessary data
next and previous.
storing. db_download_file()
felt it was wrong to have a
within the database. A login
retrieves a file from the
script execute create table
function has been included
database and places it in
SQL statements for tables
to allow it to be published
the same path as the script
that already existed.
in a less-than-secure
calling it, and returns the
location.
relative URL. If the file
does not exist in the
database, it returns an
empty string.
Date: Apr, 17 2005 Date: Apr, 17 2005 Date: Apr, 17 2005 Date: Apr, 16 2005 |
|
phpMyForms is a php script
This tool consists of two
This is a very limited,
A script to import data to a
which allows the user to
files, one to execute
barely visual database
MySQL database from CSV
create simple database
queries submitted by form or
manager. It was designed as
files. Open a CSV file and
listings (done in 3 lines of
uploaded as a file and
an 'include' file, to be
preview it. Then, connect
configuration), or simple
display the results, and
used within any template
to your MySQL database,
dataset manipulation
another to dump the database
already built. Users will
select which fields should
formulars (~10 lines) by
in MySQL or MSSQL format.
need to know the SQL
receive which column (or set
adjusting small php config
The scripts can be used with
statements to locate the
value) and then import. You
files.
automatic browsing
either MySQL or MSSQL
necessary data within the
can add, update or even add
controls and optional
databases. Together they
databaseIt assumes an
and update with this script.
validation scripts are
can be used to migrate a
existing connection to a
This new version allows you
included in version 0.3
database (or at least the
database:
$db =
to create tables prior to
table structures and
import, import via rules
contents) from MySQL to
(insert/update only where
MSSQL or vice versa.
column X is greater than
13), delete from table and
save your rules. There is
also now a file browser to
find your
Date: Apr, 16 2005 Date: Apr, 16 2005 Date: Apr, 16 2005 Date: Apr, 11 2005 |