PHP and flat file database?

wxdqz

New Member
Hello,
I am hoping some one out there has had a similar requirement and might know of a workaround. I am trying to create a few very simple web pages that store information into one very basic table. I want to be able to search and retrieve an instance in this table based on one entry (a MAC address). Now I know I could set up a MySQL server, or Postgres ... etc server but to me that seems WAY over kill. If I was doing this with a M$ server and Access this would be very straight forward and could be done without setting up a server. Does anyone know of something similar for PHP. I have looked at the berkley DB access and the DBII access but they do not look like they are searchable. Thanks for your help.

Mark
 
Back
Top