473,395 Members | 1,568 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Looking for simple flat-file php database usable by non-techies

Hi, I'm looking for a simple, web-enabled php database that I can
customize. It doesn't even have to use mysql. It's just gotta be
able to hold about 200 records, and each record has five fields. It
should have some mechanism to avoid overwrites when two or more people
are adding data. Ideally, it would store the data as comma-delimited
text that I could later import into excel.

I realize there must be a bazillion apps like this out there, but I'm
having a hard time figuring out the category/keywords to offer up to
the Google oracle. Thanks for your help.
Jul 17 '05 #1
4 5455
"Laurel Thomason" <la*************@yahoo.com> wrote in message
news:ca**************************@posting.google.c om...
Hi, I'm looking for a simple, web-enabled php database that I can
customize. It doesn't even have to use mysql. It's just gotta be
able to hold about 200 records, and each record has five fields. It
should have some mechanism to avoid overwrites when two or more people
are adding data. Ideally, it would store the data as comma-delimited
text that I could later import into excel.

I realize there must be a bazillion apps like this out there, but I'm
having a hard time figuring out the category/keywords to offer up to
the Google oracle. Thanks for your help.


I understand you question, however, when you start adding criteria, like
record locking, the engine becomes a database, simplest is to use mysql

if you just want simple flat file, w less than 200 rcords, just write the
code yourself, it will be roughly the same
as trying to intergrate a database.

--
Mike Bradley
http://www.gzentools.com -- free online php tools
Jul 17 '05 #2
la*************@yahoo.com (Laurel Thomason) wrote in message news:<ca**************************@posting.google. com>...
Hi, I'm looking for a simple, web-enabled php database that I can
customize. It doesn't even have to use mysql. It's just gotta be
able to hold about 200 records, and each record has five fields. It
should have some mechanism to avoid overwrites when two or more people
are adding data. Ideally, it would store the data as comma-delimited
text that I could later import into excel.

I realize there must be a bazillion apps like this out there, but I'm
having a hard time figuring out the category/keywords to offer up to
the Google oracle.


http://groups.google.com/groups?thre...news.xs4all.nl

--
"There are two kinds of people, those who do the work and those who
take the credit. Try to be in the first group; there is less
competition there." -- Indira Gandhi
Email: rrjanbiah-at-Y!com
Jul 17 '05 #3
I noticed that Message-ID:
<ca**************************@posting.google.com > from Laurel Thomason
contained the following:
Ideally, it would store the data as comma-delimited
text that I could later import into excel.


Did you know that you can usually just cut and paste an html table into
Excel?

--
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 #4
Geoff Berrow <bl******@ckdog.co.uk> wrote in message news:<an********************************@4ax.com>. ..
I noticed that Message-ID:
<ca**************************@posting.google.com > from Laurel Thomason
contained the following:
Ideally, it would store the data as comma-delimited
text that I could later import into excel.


Did you know that you can usually just cut and paste an html table into
Excel?


No, that's good to know!
Jul 17 '05 #5

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

Similar topics

4
by: Bob Bedford | last post by:
I've to give the client ID to my customers. As this number will be used in a third part app, and I only rely on this number for checking the user's existence (I can't change the third part app),...
11
by: Nicolas Girard | last post by:
Hi, Forgive me if the answer is trivial, but could you tell me how to achieve the following: {k1:,k2:v3,...} --> ,,,...] The subtle point (at least to me) is to "flatten" values that are...
699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
5
by: Bruce W...1 | last post by:
How does one make a flat-looking button or text field? That is with no bevelled edges, maybe just a thin line on the edge? I know you can do it with Macromedia Flash but there must be other...
4
by: Jamie Jackson | last post by:
I'd like to make a hierarchical select box: However, requirements are only children (that have no children themselves) are selectable. So here's a snip of what the select box's options might look...
3
by: MikeY | last post by:
Hi Everyone, I am working in C#, windows forms.My question is this. All my button dynamic controls properties are present and accounted for except for the"FlatStyle" properties. I can't seem to...
22
by: Tommy | last post by:
Hi all. I am studying computer security, and I got this short and simple (?) c-code. Something is logical wrong in this code, and if used in the wrong hands of someone, it could be taken advantage...
5
by: AbdulGafoor GK | last post by:
hi i am using visual studio 2005. i could make combobox flat, but without border. is there any way to draw a border for it ?!!! thanks
1
by: steventhomas42 | last post by:
Greetings, I am creating a website for a volunteer-based organization that would like to accept volunteer registrations online. They want the visitors to fill out a simple form to submit and...
2
by: melchior | last post by:
Hi, I have searched and searched without much luck. I feel like I am doing the right thing, just not getting the right result, so here goes. I have 2 tables. One has about 100,000 records...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...

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.