Answer the question
In order to leave comments, you need to log in
What libraries or how is the page implemented?
Hello, how can I make this effect on the site when scrolling down? Can I break the blocks into sections and also change the content? Website: https://www.apple.com/airpods-pro/
Answer the question
In order to leave comments, you need to log in
To get rid of repeated submissions, you need to redirect the user so that he loads a new page and thus "reloads" the last action in the browser.
$sql = mysql_query("INSERT INTO `db_comments` ...");
header('Location: http://your.page.url/');
exit;
Не нашел сам вопрос (затерялся), но нашел ссылку на туториал, который там был указан (хоть его вспомнил)
Вот сам
туториал на ютуб
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question