Search results

  1. ChiBuki

    PHP: Sort items at command?

    Hi! I want to try something new with this table. By default it's sorted by ID descending. The command: $query = "SELECT ID, FeaturedCharacter, Rank, Average, TotalVotes, FivePoints, FourPoints, ThreePoints, TwoPoints, OnePoints, DateUpdated, Poll FROM TsundereOrNot ORDER BY ID DESC LIMIT...
  2. ChiBuki

    PHP paging help

    Hello, Currently I have a table with over 50 entries and I'm trying to apply "Next" and "Previous" links for it using this tutorial: http://www.php-mysql-tutorial.com/php-mysql-paging.php So far the Next and Previous links are working but I can't figure out how to echo from my database...
  3. ChiBuki

    Update Form not submitting

    Hi, For my character data table, I'm making an update form in a page for users to update. It appears when I submit the info, it didn't change anything in my mysql database. I went over this several times but couldn't find the cause and it's probably something minor... This is the php before...
  4. ChiBuki

    Greetings~

    Hi x10 community! Initially, I signed up here only for the main site but after lurking here for a while, I see this place have much to offer. I'll try to get more involved in the future. :D
Top