Hi folks:
What I am looking for is a very simple database that would have about 12 or 15 fields and hold about 50 records. Name, address, phone, etc. are the typical fields and possibly one “comments” type field that could handle at maximum, a few hundred characters.
It will need to be a web application and secure behind htaccess on an ISP server. I suppose that I could park the data file above browser access in the directory, but it would need some kind of secure login..
From the application, I would like to be able to call a list of all available records probably sorted by last name, be able to select an individual one to view in an html page as well as add, delete and edit the records on-line.
That’s about it! I have very limited programming experience and it is becoming dated, but I think that this would be an interesting project for me to tackle and see how far my persistence and modest talent might take me.
The ISP provides two MYSQL databases as part of the package on their server, but hey are both committed to other web applications, so I have been trying to find a flat file type solution that might lend itself to this application.
I have successfully implemented a few PERL CGI scripts however have absolutely no PHP experience, fairly proficient in HTML and a bit of VB.
I have searched through a number of the script sites in an attempt to find something that I could use as a launch point for this and I have not been successful. I expect that I might find something like this in a PHP tutorial somewhere since it is probably a reasonably decent “starter” project. Most of the scripts that I have found use MYSQL or another database, and so don’t lend themselves to this.
I would think that there would be a “members” database or even a guestbook type application that would have some of the elements that I will need.
So to the question! Would anyone have stumbled across something that would help me get out of the starting gate on this project? And secondly are there any potholes that I could fall into considering the design that I have described?
Thanks in advance for any guidance.
Ray