I want to create a page in php with a text box and a button called submit. then if someone writes on that text box and press submit then it should save in database and then it should display below that box. So, means if I am posting 10 different posts, then all the 10 posts should come down to each other and with a link to that post.. means suppose I am writing Hi, How are you and submitting it then it should show at Hi, How are you like domainname/hi-how-are-you.php Hope you understood.. Please share the code or atleast tell me how to do this? Thank You.
If you are looking to do this yourself, then you will need to look into php and mysql tutorials in order to figure out how to read and write to a mysql database.
If you understand html and html forms you can have your php script use echo to output that. For ex echo "<body>" ;