473,498 Members | 1,992 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

which tool (written in PHP) to deal with db by interface friendly (like access)?

I'd like to deal (update, deal, insert....) a database (with tables and
relationship between these)
by a tool written in php.
I need to share and work on a database with other people.
I'd like to find an interface like microsoft access interface or that let
manipulate the db in easy vay.
Which tool can I use?

Or wich libray can I use for write this tool by myself (in PHP)?

Thank you in advance for the time you'll spend to read and answer my
request,
Mario.
Jul 17 '05 #1
9 1887
_mario lat wrote:
I'd like to deal (update, deal, insert....) a database (with tables
and relationship between these)
by a tool written in php.
I need to share and work on a database with other people.
I'd like to find an interface like microsoft access interface or that
let manipulate the db in easy vay.
Which tool can I use?


phpMyAdmin is probably the closest you're going to get to what you want.
although it's not at all like Access: http://phpmyadmin.sourceforge.net

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
Jul 17 '05 #2
I noticed that Message-ID: <cv**********@lust.ihug.co.nz> from Chris
Hope contained the following:
phpMyAdmin is probably the closest you're going to get to what you want.
although it's not at all like Access:


You say this like it's a bad thing...

--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 17 '05 #3
_mario lat a écrit/wrote :
I'd like to deal (update, deal, insert....) a database (with tables
and relationship between these)
by a tool written in php.
I need to share and work on a database with other people.
I'd like to find an interface like microsoft access interface or that
let manipulate the db in easy vay.
Which tool can I use?


Try DBDesigner 4 http://www.fabforce.net/dbdesigner4/. It's not as powerful
as MS Access but it worths the try. It allows you to design your DB and
manage it. You can even generate a HTML report of your databases. It makes
the documentation process easier, specially useful when it comes to
teamwork.

--
Jean-Marc.

Jul 17 '05 #4
Chris Hope wrote:
_mario lat wrote:
I'd like to deal (update, deal, insert....) a database (with tables
and relationship between these)
by a tool written in php.
I need to share and work on a database with other people.
I'd like to find an interface like microsoft access interface or that
let manipulate the db in easy vay.
Which tool can I use?


phpMyAdmin is probably the closest you're going to get to what you want.
although it's not at all like Access: http://phpmyadmin.sourceforge.net


It's great for low level access to the database. But not for user
front-ends. You might want to take a look at PHP-Peanuts, PGPGEN, PHPMaker,
DaDaBik, WizzyWeb and Appgini.

There's yet another package - PfP Studio (which I'm writing) it's more
targeted at developing rich application interaction and customizable
systems but it currently still requires coding to integrate with the DBMS.

HTH

C.
Jul 17 '05 #5
"_mario lat" <ma*******@libero.it> wrote in message
news:gv*********************@twister1.libero.it...
I'd like to deal (update, deal, insert....) a database (with tables and
relationship between these)
by a tool written in php.
I need to share and work on a database with other people.
I'd like to find an interface like microsoft access interface or that let
manipulate the db in easy vay.
Which tool can I use?

Or wich libray can I use for write this tool by myself (in PHP)?

Thank you in advance for the time you'll spend to read and answer my
request,
Mario.


Setup the MySQL ODBC driver and use Access itself?
Jul 17 '05 #6
Thank you for your help.
I find a interesting software (I'm not tested it jet, but I'll do soon)
it is Rekall (http://www.rekallrevealed.org/kbExec.py)
It is opoen and it have an interface very friendly and let use it olso by
web pages.
What do you think about?
Mario.

"Chris Hope" <bl*******@electrictoolbox.com> ha scritto nel messaggio
news:cv**********@lust.ihug.co.nz...
_mario lat wrote:
I'd like to deal (update, deal, insert....) a database (with tables
and relationship between these)
by a tool written in php.
I need to share and work on a database with other people.
I'd like to find an interface like microsoft access interface or that
let manipulate the db in easy vay.
Which tool can I use?


phpMyAdmin is probably the closest you're going to get to what you want.
although it's not at all like Access: http://phpmyadmin.sourceforge.net

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/

Jul 17 '05 #7
_mario lat a écrit/wrote :
What do you think about?


It doesn't sound like a good product to me. The website and interface are
not well-polished. My advice is to stick to PHP, PhpMyAdmin and some libs,
like PEAR, to help you admin your database. It's so easy to design HTML
forms afterall. Moreover most of the time a web-based application powered by
HTML/PHP is far much powerful and extensible that a software like Rekall.

--
Jean-Marc.

Jul 17 '05 #8
If you're looking for Access -like functionality look at Navicat.
You'll feel right at home.

Excellent font-end in my opinion, very intuitive and easy to navigate.
Even dodes reports like Access

-Farid

Jul 17 '05 #9
_mario lat wrote:
I'd like to deal (update, deal, insert....) a database (with tables and
relationship between these)
by a tool written in php.
I need to share and work on a database with other people.
I'd like to find an interface like microsoft access interface or that let
manipulate the db in easy vay.
Which tool can I use?

If you want to build an application and you happen to know OOP, you
could try phpPeanuts. It's not drag and drop application building, but
if you just code the database design (including the relationships) into
some class specifications you get in instant user interface that you can
already use as a simple application, inlcuding input (form) validation,
searching and navigating the relationships. Once using it as an
application, if something really gets too irritating you make some
customizations by overriding only those specific pieces you don't like.

But i must warn you, phpPeanuts is a much more open environment then
Access, there is lots of abstractions you can explore and thousends of
methods you can override. And it is *very* OO, the leap of concept may
just be an order of magnitude too large from Access.

Greetings,

Henk Verhoeven,
www.phpPeanuts.org.
Jul 17 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1850
by: jiing | last post by:
I want to use web interface to do : 1. user accounts management (adminstration side) 2. personal password management (user side) 3. create actual accounts under windows 2003 server( for handling...
3
2596
by: _andrea.l | last post by:
how to build a interfaces (or web pages) in easy way? how to build a form in easy way? how to automate and create web pages whit a tool? which tool to use to create form for a database? I mean...
42
9636
by: Steven O. | last post by:
I am seeking some kind of tool that I can use for GUI prototyping. I know how to use Visual Basic, but since a lot of software is being coded in Java or C++, I'd like to learn a Java or C++ -based...
0
1723
by: PatchFactory Support | last post by:
Description: Professional and easy-to-use patch building environment that can help you to create instant patch packages for software and file updating. Generated patch packages are small size...
11
1819
by: weissborn | last post by:
I have an application I have written in MS Access 2002. It is a very basic inventory system for keeping track of information about our Unix(solaris to be specific) servers. Other admins may want...
29
2549
by: smorrey | last post by:
I've been thinking on this long and hard, and I can't seem to come up with an answer on it. Why is it almost always assumed the MySQL will be the server for nearly any PHP app? Why is it...
17
3940
by: clintonG | last post by:
I'm using an .aspx tool I found at but as nice as the interface is I think I need to consider using others. Some can generate C# I understand. Your preferences please... <%= Clinton Gallagher ...
3
1085
by: pzimmermann | last post by:
Hello folks. Beginner here. In a nutshell I am looking for a reporting/corrections tool in which to interface with an existing app written in c++. My initial thought was using PHP, but based...
84
3872
by: Patient Guy | last post by:
Which is the better approach in working with Javascript? 1. Server side processing: Web server gets form input, runs it into the Javascript module, and PHP collects the output for document prep....
0
7125
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7002
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7165
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7203
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7379
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5462
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4908
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
1
656
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
290
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.