Jump to content

Recommended Posts

This is a basic question but I haven't been able to find exactly what i'm looking for.

Basically I want to have a form that when submitting is stored SOMEWHERE and then later on the user who "owns" that form can look through all the things submitted.

 

My question is, where should I go about storing these messages?

Thanks

Link to comment
https://forums.phpfreaks.com/topic/172375-solved-storing-messages/
Share on other sites

Well first brush up on your SQL skills as you'd need a database to store the messages, to save the need for insecure files..

 

in the PhP part you can catch what they write with $_POST['message']; etc, and you could add it to database under their user name, and create a user under something like... user.php?u=20 for them to view all their messages, pulled from their database's user name.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.