Hello, i want to make website where i can write text, press on submit button and after refresh the text to be shown on the website! (Just That) Help pls!
If you mean after the submit button is pressed, you can use AJAX to submit (the page won't change) or you can submit and use the PHP file you submit to, to create the page with the new data. If you mean after the user clicks Refresh in his browser (or presses F5), use a cookie.