Recent content by Zorian

  1. Z

    How to organize PHP table help?

    I made a table in PHP which gets info from INI files. The first table draws each file name, the second draws a integer taken from the file name. Instead of organizing using the file names, I want it to be organized by the integer taken from the files. <td>" . $files[$i] . "</td> <td>" ...
  2. Z

    How to organize PHP table help?

    I made a table in PHP which gets info from INI files. The first table draws each file name, the second draws a integer taken from the file name. Instead of organizing using the file names, I want it to be organized by the integer taken from the files. <td>" . $files[$i] . "</td> <td>" ...
  3. Z

    How can I use a php template?

    I just downloaded a template that came with a lot of .php files and a folder named "images" along with style.css. I made an account with 110mb.com and I have no idea how to use this. Also in the "images" foler there is obviously images like "header", "footer" ect.
Back
Top