I have been running the test and merge process for DrizzleDB using Jenkins. Jenkins is a pretty standard Java-based web app. The configuration settings are stored in XML files, and that configuration is manipulated using an “easy to use” Web GUI. The “old skool” UNIX-like way to keep configuration settings is in a text file, [...] [...more]
A few users have reported that their comments are randomly not showing up on the site. We can’t find them in the database; they aren’t getting put into the spam queue, etc. I just got another report of this and found the INSERT for the comment in the database’s binary log. Of course, the comment [...] [...more]
I very much like the fact that MySQL allows you to embed comments into SQL statements. These comments are extremely convenient, because they are written into MySQL log files as part of the query. This includes the general log, the binary log and the slow query log. Maatkit includes tools which interact with these logs, [...] [...more]
Language: PHP Assumed knowledge: HTML, CSS Software required: PHP, MySQL and Apache Topics covered: Variables, constants, comments and mixing variables with strings. [...more]
I would like to know what is the HTML/PHP code to allow a person to post a comment on a website? I am going to design a website with this ability the customers can post comments? [...more]