dauvm
10-29-2002, 04:51 AM
hey everyone...
i'm very new to php, it's my new project. Here's what I want to do:
I think if I explain my project first it will help. I am making a resturaunt's site and I want to allow the owner to go into a page and fill in a form of what the menu will be for a specific day. Then the "menu" page will show users what has been input for different dates like today, tomorrow, this weekend.
I can't use MySQL because they don't want to pay extra to add database support to the hosting plan... so I need to do this using text files... plus I don't think that there will be huge amounts of data, and speed isn't an issue.
So is there a way make the form info save into a text file, and then be accessed by the public page to display the info? I really really hope I can do this without using a database.
-Doug
i'm very new to php, it's my new project. Here's what I want to do:
I think if I explain my project first it will help. I am making a resturaunt's site and I want to allow the owner to go into a page and fill in a form of what the menu will be for a specific day. Then the "menu" page will show users what has been input for different dates like today, tomorrow, this weekend.
I can't use MySQL because they don't want to pay extra to add database support to the hosting plan... so I need to do this using text files... plus I don't think that there will be huge amounts of data, and speed isn't an issue.
So is there a way make the form info save into a text file, and then be accessed by the public page to display the info? I really really hope I can do this without using a database.
-Doug