Just test code highlighting
- void TruncationBuff(char * buff)
- {
- int count = strlen(buff);
- int tmpi = 0;
- while (tmpi < count) {
- if (0x80 & buff[tmpi]) {
- tmpi += 2;
- } else {
- tmpi += 1;
- }
- }
- if (tmpi > count)
- buff[tmpi - 2] = '\0';
- }
WordPress database error: [Table 'db_rain_blog.wp_comments' doesn't exist]
SELECT * FROM wp_comments WHERE comment_post_ID = '28' AND comment_approved = '1' ORDER BY comment_date