Category: php
The URL: https://helloacm.com/archives-of-pagesposts/ shows the list of historical posts and I have added a following nice figure that plots the number of posts for each month. You can see …
I just recently upgraded my forum (coding for speed) to PHPBB3.1.5, however, I found out that when your are browsing as bots, it reported a general error: You can …
I just recently upgrade my forum to PHPbb3.1: https://codingforspeed.com/forum/ however, the phpbb3.1 does not offer inbuilt sitemap generator, but we can write a piece of small PHP code to …
In your web applications, sometimes you would need to send users tons of emails. You can send them real time when users e.g. press a send button. But this …
A wordpress blog can receive more than 100 spam comments (produced by spam robots) a day, which is annoying. Generally, these can be captured by plugins such as Akismet, …