Hi guys,
I am fairly new to php but have a basic understanding of it.
What I want to create is a page that controls the content of an html-based news page. i.e a user would go to this page and be presented with a series of text feilds e.g name, news item,date posted etc...
Then when they click 'enter' the contents of a front end (uneditable) page is updated.
Am I right in thinking the process would be to have php store the intial user input in a variable save it to a .txt file. Then have some code on the front end saying include() blahblah.txt? I dont really know how to code this sort of thing.. if anyone could point me in the right direction then i would be grateful
cheers
I am fairly new to php but have a basic understanding of it.
What I want to create is a page that controls the content of an html-based news page. i.e a user would go to this page and be presented with a series of text feilds e.g name, news item,date posted etc...
Then when they click 'enter' the contents of a front end (uneditable) page is updated.
Am I right in thinking the process would be to have php store the intial user input in a variable save it to a .txt file. Then have some code on the front end saying include() blahblah.txt? I dont really know how to code this sort of thing.. if anyone could point me in the right direction then i would be grateful
cheers