Jump to content

villav

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

About villav

  • Birthday 11/09/1974

Contact Methods

  • AIM
    villav74
  • Website URL
    http://villav.com

Profile Information

  • Gender
    Not Telling
  • Location
    Buffalo Grove, IL

villav's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. do not forget to uncomment php modules in appache config file: /etc/local/httpd/httpd.conf. Look for those lines: 1.#LoadModule php4_module libexec/httpd/libphp4.so remove # 2.#AddModule mod_php4.c remove # php comes preinstalled on mac.
  2. you can do it in query: SELECT `nickNames`, `mapName`, `curDate`, `runTime` FROM `skillmaps` ORDER BY `mapName` ASC", `runTime` ASC so it'll sort by mapName and then by runtime. Just out the result.
  3. Check your mysql version. maybe it needs TYPE=MyISAM. But anyway I think MyISAM is by default.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.