Posting to Web Page From Form

I’m trying to convert a JavaScript-coded web page to PHP.

The page has a form and below the form is posts from users who filled out the form.

Obviously this could be done in PHP and post to a database; but what if there was no access to a database. How could the form post the information to the same web page? Does it post to a separate PHP page and then the info. is taken from that page?

So if im understanding correctly you have a form that posts information to a page with no database access yet you need that information to be inserted into the database correct?

Posting the information to a page without database without DB access just seems redundent to me since it should be as simple as including a database connector into the page your sending the data to then parsing it all.

Could you please post the file that you want to process the data and all other relevent information that can help us to help you.

SgtLegend,

Looks like I’ll need to convince the client to go with a database and build a CMS so they can manage it, which is what I’ve been trying to do.

Thanks!

if the website doesn’t have a database, where do the posts displayed below the form come from…ie…where are they stored in between page loads? :confused2