prcollin Posted August 1, 2007 Share Posted August 1, 2007 How do i get it so that a form can be submitted and have the information post directly to a page that i can specify without having to use a database. I just want a direct post that inserts the new information at the top of a page already created. Basically so every time the form is filled out a new piece of information is above the last. Quote Link to comment https://forums.phpfreaks.com/topic/62944-getting-a-form-to-post-to-a-specific-page/ Share on other sites More sharing options...
trq Posted August 1, 2007 Share Posted August 1, 2007 You'll need to write the data to the file using fwrite. Quote Link to comment https://forums.phpfreaks.com/topic/62944-getting-a-form-to-post-to-a-specific-page/#findComment-313403 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.