mysql

  1. C

    How to insert POST data into MySQL via Form through Xenforo with SQL Injection Prevention

    Hey Everyone, I'm new to Xenforo after moving away from phpBB and love it! However, I am just transferring over my customized pages across and struggling to find an answer to this question. I have searched everywhere high and low for an example but to no avail cant find a solution which I hope...
  2. Chromaniac

    Mysqli statement execute error problem on Dreamhost

    This error has been reported by other users and I have gone through the responses. Apparently this is a problem with the server hosting the forum and I agree with that. I have talked to Dreamhost and they blame plugins I must be running on my forum. They also point to most hit components on the...
  3. Mr. Goodie2Shoes

    Fetch maximum of x rows per specific row...

    Yeah, the title is quite vague. So here's an example: There are one post for thread 1 (that's the ID), ten posts for thread 2, two posts for thread 3 Now I want to fetch a max of 2 posts per thread. And the result would return: 1 post from thread 1 the most recent 2 posts from thread 2 the...
Back
Top Bottom