Recent content by Bogdan_Floares

  1. B

    PHP on local machine without apache

    <html> <head> <title>test</title> </head> <body> This is html part<br> <?php $text = "echo from php"; echo $text; ?> </body> </html> I used to create simple php and mysql stuff on apache localhost using xampp. Then I bought an website and experiment...
  2. B

    Optimal OS for game dedicated server

    It is not a list of games to support is the game developed by me. Then ignore the excluded list...
  3. B

    Optimal OS for game dedicated server

    What OS(excluding linux, ubuntu and other unix like OS and excluding windows server OS) should I use for operating a dedicated server for running the server files for my game?