Hi there,
I'm relatively new to PHP3, and I just wrote a script that creates an HTML page for my site (www.spleaf.net) based on input from a form, allowing my staff to post updates without me manually adding them.
However, I need to be able to link to these new pages from my main page, meaning I need to have the script post content to a SPECIFIC part of a pre-existing page.
For example:
I want to be able to write data to this area on one of my pages:
<- Begin New Post ->
...
<- End New Post ->
With ... being the data I wish to write. How would I do this?
Thanks,
Cass