Moving to PHP

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

    Moving to PHP

    I am moving to PHP (I have C/C++ experiance) My problem is that
    I in converting files fromhtml to php, I can no longer test and
    run things localy on my PC. I could install IIS. Is there a PHP
    engine tha I could download (or Buy) to enable me to develop
    localy on a stand alone PC.

    TIA


    Desmond.

  • Eric

    #2
    Re: Moving to PHP

    Des <desotuatail@ao l.com> wrote:
    [color=blue]
    > I am moving to PHP (I have C/C++ experiance) My problem is that
    > I in converting files fromhtml to php, I can no longer test and
    > run things localy on my PC. I could install IIS. Is there a PHP
    > engine tha I could download (or Buy) to enable me to develop
    > localy on a stand alone PC.[/color]

    You should be able to get a webserver running on your machine and PHP
    running on top. I believe both Apache and PHP will build on a windows
    machine. I would suggest checking out:


    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.


    Of course, based on various comments I've seen over the years, this can
    be far more difficult to accomplish on a Windows machine then if you
    were running some unix variant.

    Comment

    • dracolytch

      #3
      Re: Moving to PHP

      It's honestly pretty easy to set up a Windows system with Apache, MySQL
      and PHP (WAMP).

      If you're this new to PHP development, then I really have to suggest
      that you go to your local library and get an introductory text. It'll
      be able to provide you with a more thorough introduction, and answer
      many questions faster than a newsgroup.

      ~D

      Comment

      • Will Woodhull

        #4
        Re: Moving to PHP

        Look into WAMP at http://www.wampserver.com/en/index.php

        It will provide you with the environment you need.

        Comment

        • Geoff Berrow

          #5
          Re: Moving to PHP

          I noticed that Message-ID: <1h16tc9.25lgi7 i0wc5aN%egusene t@verizon.net>
          from Eric contained the following:
          [color=blue]
          >Of course, based on various comments I've seen over the years, this can
          >be far more difficult to accomplish on a Windows machine then if you
          >were running some unix variant.[/color]

          If you go to www.firepages.co.au and download PHPDEV 4.2 you can have
          Apache server, PHP, MySql and phpMyadmin up and running within two
          minutes.

          You haven't been reading the right comments :-)

          --
          Geoff Berrow (put thecat out to email)
          It's only Usenet, no one dies.
          My opinions, not the committee's, mine.
          Simple RFDs http://www.ckdog.co.uk/rfdmaker/

          Comment

          • SOR

            #6
            Re: Moving to PHP

            <comp.lang.ph p , Geoff Berrow , blthecat@ckdog. co.uk>
            <em1qf1t2q00g63 71lp88n9232qakc cf98o@4ax.com>
            <Fri, 12 Aug 2005 21:32:38 +0100>
            [color=blue][color=green]
            > >Of course, based on various comments I've seen over the years, this can
            > >be far more difficult to accomplish on a Windows machine then if you
            > >were running some unix variant.[/color]
            >
            > If you go to www.firepages.co.au and download PHPDEV 4.2 you can have
            > Apache server, PHP, MySql and phpMyadmin up and running within two
            > minutes.
            >[/color]

            - copy/put all your website folders into the phpdev www folder

            - create a http://localhost bookmark in your browser

            Comment

            • NC

              #7
              Re: Moving to PHP

              Des wrote:[color=blue]
              >
              > I am moving to PHP (I have C/C++ experiance) My problem is that
              > I in converting files fromhtml to php, I can no longer test and
              > run things localy on my PC. I could install IIS. Is there a PHP
              > engine tha I could download (or Buy) to enable me to develop
              > localy on a stand alone PC.[/color]

              PHP will run just fine under IIS. Alternatively, you may want
              to try Apache.

              Cheers,
              NC

              Comment

              • Dross

                #8
                Re: Moving to PHP

                I have never found it easy to get Apache running.

                I have found it very easy to get http://www.xitami.com running.

                Just be careful with the config file which tells xitami where to find
                the php files.

                bobc

                Comment

                • JamesB

                  #9
                  Re: Moving to PHP


                  "Eric" <egusenet@veriz on.net> wrote in message
                  news:1h16tc9.25 lgi7i0wc5aN%egu senet@verizon.n et...[color=blue]
                  > Des <desotuatail@ao l.com> wrote:
                  >[color=green]
                  > > I am moving to PHP (I have C/C++ experiance) My problem is that
                  > > I in converting files fromhtml to php, I can no longer test and
                  > > run things localy on my PC. I could install IIS. Is there a PHP
                  > > engine tha I could download (or Buy) to enable me to develop
                  > > localy on a stand alone PC.[/color]
                  >
                  > You should be able to get a webserver running on your machine and PHP
                  > running on top. I believe both Apache and PHP will build on a windows
                  > machine. I would suggest checking out:
                  >
                  > http://apache.org
                  > http://php.net
                  >
                  > Of course, based on various comments I've seen over the years, this can
                  > be far more difficult to accomplish on a Windows machine then if you
                  > were running some unix variant.
                  >[/color]

                  I've started playing with PHP and got the cheap book "PHP5 in easy steps" by
                  Mike McGrath. The first chapter or two tells you exactly what to download
                  (apache, mysql and php) and how to install along with the various .ini file
                  changes and files being moved around. Works a treat on my windows machine.
                  The rest of the book is also a pretty reasonable reference from what I can
                  tell - covers lots of topics - not in depth - but enough to point in the
                  right direction for more information if needed. For £10.99 I can't knock it.
                  James


                  Comment

                  • Tony

                    #10
                    Re: Moving to PHP

                    "Eric" <egusenet@veriz on.net> wrote in message
                    news:1h16tc9.25 lgi7i0wc5aN%egu senet@verizon.n et...[color=blue]
                    > Des <desotuatail@ao l.com> wrote:
                    >[color=green]
                    >> I am moving to PHP (I have C/C++ experiance) My problem is that
                    >> I in converting files fromhtml to php, I can no longer test and
                    >> run things localy on my PC. I could install IIS. Is there a PHP
                    >> engine tha I could download (or Buy) to enable me to develop
                    >> localy on a stand alone PC.[/color]
                    >
                    > You should be able to get a webserver running on your machine and PHP
                    > running on top. I believe both Apache and PHP will build on a windows
                    > machine. I would suggest checking out:
                    >
                    > http://apache.org
                    > http://php.net
                    >
                    > Of course, based on various comments I've seen over the years, this can
                    > be far more difficult to accomplish on a Windows machine then if you
                    > were running some unix variant.[/color]

                    I just installed Apache, PHP, & MySQL on an XP machine this week - I had NO
                    problems at all. Same thing happened last 3 times I installed that
                    combination, too. I did the install piecemeal, though - not with WAMP or
                    any similar package.

                    Also had little problem installing PHP on a few IIS systems, too.


                    Comment

                    • Jerry Stuckle

                      #11
                      Re: Moving to PHP

                      Tony wrote:[color=blue]
                      > "Eric" <egusenet@veriz on.net> wrote in message
                      > news:1h16tc9.25 lgi7i0wc5aN%egu senet@verizon.n et...
                      >[color=green]
                      >>Des <desotuatail@ao l.com> wrote:
                      >>
                      >>[color=darkred]
                      >>>I am moving to PHP (I have C/C++ experiance) My problem is that
                      >>>I in converting files fromhtml to php, I can no longer test and
                      >>>run things localy on my PC. I could install IIS. Is there a PHP
                      >>>engine tha I could download (or Buy) to enable me to develop
                      >>>localy on a stand alone PC.[/color]
                      >>
                      >>You should be able to get a webserver running on your machine and PHP
                      >>running on top. I believe both Apache and PHP will build on a windows
                      >>machine. I would suggest checking out:
                      >>
                      >>http://apache.org
                      >>http://php.net
                      >>
                      >>Of course, based on various comments I've seen over the years, this can
                      >>be far more difficult to accomplish on a Windows machine then if you
                      >>were running some unix variant.[/color]
                      >
                      >
                      > I just installed Apache, PHP, & MySQL on an XP machine this week - I had NO
                      > problems at all. Same thing happened last 3 times I installed that
                      > combination, too. I did the install piecemeal, though - not with WAMP or
                      > any similar package.
                      >
                      > Also had little problem installing PHP on a few IIS systems, too.
                      >
                      >[/color]

                      I've also installed several Apache/PHP/MySQL systems on Windows and Linux.

                      It's easy once you've done it a couple of times. But I still remember the first
                      time was horrible. It took me days to get it running even half-a$$ed.

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

                      Comment

                      • Oliver Grätz

                        #12
                        Re: Moving to PHP

                        Simple as that:



                        Comment

                        • Tony

                          #13
                          Re: Moving to PHP

                          "Jerry Stuckle" <jstucklex@attg lobal.net> wrote in message
                          news:e9edneDNNo rGpJTeRVn-sw@comcast.com. ..[color=blue]
                          > Tony wrote:[color=green]
                          >> I just installed Apache, PHP, & MySQL on an XP machine this week - I had
                          >> NO problems at all. Same thing happened last 3 times I installed that
                          >> combination, too. I did the install piecemeal, though - not with WAMP or
                          >> any similar package.
                          >>
                          >> Also had little problem installing PHP on a few IIS systems, too.[/color]
                          >
                          > I've also installed several Apache/PHP/MySQL systems on Windows and Linux.
                          >
                          > It's easy once you've done it a couple of times. But I still remember the
                          > first time was horrible. It took me days to get it running even
                          > half-a$$ed.[/color]

                          Can't say that I've had any such difficulties, even the first time. Maybe I
                          just got lucky?


                          Comment

                          Working...