PHP development small forum tutorial reply-2
This page stores the data passed from the reply page into the database
The code is as follows
alert('回复成功');location.href='thread.php?id=1';"; }else{ echo ""; } ?>
Now If we reply successfully, there will be reply information on our post details page
Now we have completed the basic functions of the forum
The following Let’s organize our code