Recent content by sumbuddy

  1. S

    generating html pages?

    Say we have an standard html form that takes input from the user. there are standard text fields, checkboxes etc.. Now using this info how does one generate a permanent (read-only) html page that is then shown to the user ? By 'permanent' i mean the webpage created doesn't get deleted , it...
  2. S

    combining strings in php?

    Shouldn't these 2 be the same echo "categories\books\"."d.html" ; echo "categories\books\d.html" ; I am trying to make this - $newfile= "categories\books\". uniqid (rand (),true).".html" ; work
  3. S

    save games for civilization 4?

    can't seem to find any . I need some game which is around 1900-1950 AD ty
Back
Top