PHP development small forum tutorial reply-2

This page stores the data passed from the reply page into the database

6.jpg

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

1.jpg


Now we have completed the basic functions of the forum

The following Let’s organize our code


Continuing Learning
||
alert('回复成功');location.href='thread.php?id=1';"; }else{ echo ""; } ?>
submit Reset Code
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!