Displaying PHP code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Twayne

    Displaying PHP code

    Hi,

    Complete newbie here. Is there ANY way to interpret/display .php pages
    on my system without having to install a complete server?

    TIA
    --
    --
    Regards,

    Twayne

    Open Office isn't just for wimps anymore;
    OOo is a GREAT MS Office replacement
    The official home page of the Apache OpenOffice open source project, home of OpenOffice Writer, Calc, Impress, Draw and Base.




  • Jerry Stuckle

    #2
    Re: Displaying PHP code

    Twayne wrote:
    Hi,
    >
    Complete newbie here. Is there ANY way to interpret/display .php pages
    on my system without having to install a complete server?
    >
    TIA
    No, if you're going to server PHP web pages, you need a server to do it.
    You can't just open the file with a browser.

    Try WAMP - it's quick and easy to set up, and contains Apache, MySQL and
    PHP.

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    • ELINTPimp

      #3
      Re: Displaying PHP code

      On Mar 24, 4:32 pm, "Twayne" <nob...@devnull .spamcop.netwro te:
      Hi,
      >
      Complete newbie here. Is there ANY way to interpret/display .php pages
      on my system without having to install a complete server?
      >
      TIA
      --
      --
      Regards,
      >
      Twayne
      >
      Open Office isn't just for wimps anymore;
      OOo is a GREAT MS Office replacementwww. openoffice.org
      You have two choices:

      1) a web server with PHP install
      2) an IDE that can do the debugging -- like Zend Studio.

      The web server solution is much cheaper (free).

      Sorry,

      Steve

      Comment

      • fel

        #4
        Re: Displaying PHP code

        On Mar 24, 3:32 pm, "Twayne" <nob...@devnull .spamcop.netwro te:
         Hi,
        >
        Complete newbie here.  Is there ANY way to interpret/display .php pages
        on my system without having to install a complete server?
        >
        TIA
        --
        --
        Regards,
        >
        Twayne
        >
        Open Office isn't just for wimps anymore;
        OOo is a GREAT MS Office replacementwww. openoffice.org
        try installing half a server

        Comment

        • Mario Adolf

          #5
          Re: Displaying PHP code


          "Twayne" <nobody@devnull .spamcop.netsch rieb im Newsbeitrag
          news:odUFj.4112 $Yy2.734@trndny 04...
          Hi,
          >
          Complete newbie here. Is there ANY way to interpret/display .php pages on
          my system without having to install a complete server?
          >
          TIA
          --
          --
          Regards,
          >
          Twayne
          >
          Open Office isn't just for wimps anymore;
          OOo is a GREAT MS Office replacement
          The official home page of the Apache OpenOffice open source project, home of OpenOffice Writer, Calc, Impress, Draw and Base.

          >
          XAMPP should be your choice. You get it for WinX and Linux.
          The simplest way to get you running. Get it here:


          HTH
          Mario


          Comment

          • Twayne

            #6
            Re: Displaying PHP code

            "Twayne" <nobody@devnull .spamcop.netsch rieb im Newsbeitrag
            news:odUFj.4112 $Yy2.734@trndny 04...
            >Hi,
            >>
            >Complete newbie here. Is there ANY way to interpret/display .php
            >pages on my system without having to install a complete server?
            >>
            >TIA
            >--
            >--
            >Regards,
            >>
            >Twayne
            >>
            >Open Office isn't just for wimps anymore;
            >OOo is a GREAT MS Office replacement
            >www.openoffice.org
            >>
            >
            XAMPP should be your choice. You get it for WinX and Linux.
            The simplest way to get you running. Get it here:

            >
            HTH
            Mario
            I was just reading about that one; thanks, I'll give it a try.

            --
            --
            Regards,

            Twayne

            Open Office isn't just for wimps anymore;
            OOo is a GREAT MS Office replacement
            The official home page of the Apache OpenOffice open source project, home of OpenOffice Writer, Calc, Impress, Draw and Base.




            Comment

            Working...