Edit Page via PHP
I am looking to write a script that allows someone to edit a page (so everyone can see it) via php.
Something like this:
A text box where someone enters a name.
Hit submit, sends name to a variable, and the page displays the variable/value for all to see.
Maybe this is done with an array?
Thanks for any help on this.
|