Author Topic: Need help - Want to create a file based database.  (Read 1677 times)

Need4Camaro

  • New Member
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Need help - Want to create a file based database.
« on: August 02, 2008, 01:26:51 PM »
I desire to create a very simplistic php based database. Instead of the data being written to mysql I want to save the data from a form to a remote file. How can I do this and how can I view the data?

Zyppora

  • Global Moderator
  • Senior Member
  • *****
  • Posts: 1401
  • Karma: +0/-0
    • View Profile
Re: Need help - Want to create a file based database.
« Reply #1 on: August 06, 2008, 07:44:30 AM »
http://www.php.net/manual/en/features.remote-files.php ;)

I really would recommend using one of the existing database engines, even if your application will only be something very simple (in which case you could take a look at sqlite), since searchability and other basic SQL functionality will be a real problem to implement in PHP.
HAVE YOU TRIED DEBUGGING? Example code in this reply deliberately contains BUGS. PHP forum for beginners.