adding PHP hosting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anoops
    New Member
    • Apr 2008
    • 2

    adding PHP hosting

    hey. i have developed my own webserver only for html pages but i want to make it dynamic, so i have to do php hosting but i not able to find any way of doing so.
    so plz help me out.
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Originally posted by anoops
    hey. i have developed my own webserver only for html pages but i want to make it dynamic, so i have to do php hosting but i not able to find any way of doing so.
    so plz help me out.
    You want to add PHP to your custom webserver? All you need to do is download the complete source code (http://us.php.net/get/php-5.2.5.tar.bz2/from/a/mirror) and integrate it into your webserver.

    Good luck!

    Comment

    • RedSon
      Recognized Expert Expert
      • Jan 2007
      • 4980

      #3
      Also, if you have a question about PHP, it would probably be better to post in the PHP forum instead of the c/c++ forum.

      Note how the name of the forum matches the name of the technology in question. It's user friendly like that.

      Comment

      • anoops
        New Member
        • Apr 2008
        • 2

        #4
        Originally posted by RedSon
        Also, if you have a question about PHP, it would probably be better to post in the PHP forum instead of the c/c++ forum.

        Note how the name of the forum matches the name of the technology in question. It's user friendly like that.
        but iam not able to do so.
        there is some problem coming n each time i when i looking for the solution on internet it is there only for apache.
        so. how this problem can be overcome..

        Comment

        • RedSon
          Recognized Expert Expert
          • Jan 2007
          • 4980

          #5
          Originally posted by anoops
          but iam not able to do so.
          there is some problem coming n each time i when i looking for the solution on internet it is there only for apache.
          so. how this problem can be overcome..
          If you write your *own* webserver using your *own* code you have to write your *own* PHP processor. PHP.net provides install files for both apache and microsoft's windows server. They will not have any install files for your *own* webserver because it is not popular or mature. If your webserver is better then apache or windows server, just wait for a few months for it to become popular then the folks at PHP will write an installer for it too.

          Comment

          Working...