I'm trying to take a small html file that someone in a fire dept wrote to keep track of building inspections. They need the info stored to a file. It seems PHP is the best solution (not sure). Can I do this using only a single comp, if so how do I activate php.
This is small rural town fire dept with no budget. I'm sure their computer(s) are small and overloaded, so I am trying to do this by writing to 1 small file. Not sure if there is space for a database
Right now they have nothing, they edit an html file and print it and put it in file cabinet. Currently time consuming and not backed up. I can do it in C, C++ or C# but they want to use what they have started, I'm just volunteering.
If php can't be used to write to a file on a single computer I will try to persuade them into letting me provide a solution I am more familiar with.
This is small rural town fire dept with no budget. I'm sure their computer(s) are small and overloaded, so I am trying to do this by writing to 1 small file. Not sure if there is space for a database
Right now they have nothing, they edit an html file and print it and put it in file cabinet. Currently time consuming and not backed up. I can do it in C, C++ or C# but they want to use what they have started, I'm just volunteering.
If php can't be used to write to a file on a single computer I will try to persuade them into letting me provide a solution I am more familiar with.