Is it possible (if yes, then any suggestions) to have a remote page (say in my admin folder and titled, text.html or .php) that I can have an input box(s) that I can type text into and click a button to save it somewhere. Then on my main homepage index.html/.php have it scroll across in a specific place?
Of course it is possible. The question is how do you want to do it? Do you have access to a database? You can store the data in a text file, XML file, a database...etc. If you are not familiar with php then you are definitely going to have to learn. Retrieving the information from a database would be the easiest option.
Bookmarks