QuickPHP help

Discussion in 'Science, Technology & Car Chat' started by sschsu, Mar 8, 2009.

  1. sschsu

    sschsu Well-Known Member

    425
    253
    0
    Does anyone here know how to use this standalone PHP web server?
     
  2. ab289

    ab289 Well-Known Member

    3,436
    414
    271
    Which standalone PHP web server?

    you can simply installed PHP service/component on IIS or Apache. There's nothing special. Hope that helps.
     
  3. sschsu

    sschsu Well-Known Member

    425
    253
    0
    The QuickPHP web server. I was told it is easy to use but after I have started the QuickPHP web server, when double click a test php program, nothing displayed. Unlike other htm programs, when double click the program, IE will display this web page. I like to konw what else do I need to do beside starting this standalone web server so I could run the php program.
     
  4. sschsu

    sschsu Well-Known Member

    425
    253
    0
    Found out how to use QuickPHP. On the QuickPHP screen, set the root folder to a folder where all the php files are kept. Set the default document filename to any filename you like.

    Start the web server.
    To run the default file - type http://127.0.0.1:5723/ in the IE address line.
    To run other php file - type http://127.0.0.1:5723/filename.php in the IE address line.

    Tested this on XP professional (PC) and Vista (laptop).