• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Search results

  1. H

    Wanna check out my personal site?

    Just a personal site, about 50% complete or so. Anyine wanna check it out? http://my.hec3.com all of the links should work
  2. H

    random images in PHP

    Alright, I made this random image script in PHP: $FileName = "wallpapers.txt"; $FilePointer = fopen($FileName,"r"); $Array = file($FileName); fclose($FilePointer); srand((double)microtime() * 1000000); $RandomNumber = rand(1,52); $picture = $Array[$RandomNumber]; echo "<img...
  3. H

    Look at my initial design...

    I'm just doing this site to learn new stuff like PHP but was wondering what you guys thought of it. The only galleries section that works is the Cars section, so you can see what I've done with that also. Thanks http://www.hec3.com
Back
Top