Recent content by Zyzagy

  1. Z

    PHP echo <form > question?

    I am trying to echo a form. The form shows fine but when I submit my form the action="file.php" does not work, and instead of going to file.php it goes back to the previous page. Both of the following code samples don't work. I know its better to use html and then send it to file.php, but in...
  2. Z

    Retrieve data from database in php but in reverse order?

    I am learning php but only a beginner. I have the part that retrieves the data from the database, but I want it retrieve in reverse order. Instead of 1-10, I want to show on the page 10-1.
Back
Top