Local PHP script executor

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

    Local PHP script executor

    Does anyone know of any program that will execute PHP scripts on your
    local machine? I'm learning PHP and I don't like having to upload
    scripts to my ISPs web space before testing them. Any help will be
    appreciated.

    --- The Geek

  • Andy Hassall

    #2
    Re: Local PHP script executor

    On 29 Aug 2005 07:25:48 -0700, "The Geek" <geek32bit@gmai l.com> wrote:
    [color=blue]
    >Does anyone know of any program that will execute PHP scripts on your
    >local machine? I'm learning PHP and I don't like having to upload
    >scripts to my ISPs web space before testing them.[/color]

    Yes, PHP itself. You can install it locally.




    Or there are a number of installer packages for Windows that do the (not
    actually particularly complicated) setup steps for you.

    --
    Andy Hassall :: andy@andyh.co.u k :: http://www.andyh.co.uk
    http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool

    Comment

    • PHPGB

      #3
      Re: Local PHP script executor

      <comp.lang.ph p , The Geek , geek32bit@gmail .com>
      <1125325548.848 860.177010@f14g 2000cwb.googleg roups.com>
      <29 Aug 2005 07:25:48 -0700>
      [color=blue]
      > Does anyone know of any program that will execute PHP scripts on your
      > local machine? I'm learning PHP and I don't like having to upload
      > scripts to my ISPs web space before testing them. Any help will be
      > appreciated.
      >[/color]

      (cut-n-paste stuff and adjust to suit)



      ..
      Click on PHPDEV BUNDLES .
      ..
      Click on PHPDEV423 .
      ..
      Download the PHPGB zip file and unpack .
      ..
      Put the PHPGB folder into the WWW folder in the PHPDEV folder .
      ..
      / phpdev / www / phpgb / phpgb_index.php
      ..
      Create a bookmark in your browser called http://localhost (dont worry
      about the http:// bit you can use this offline and the http://localhost
      is just the technical word used)
      ..
      Click on localhost .
      ..
      Click on the phpgb folder .
      ..
      Click on the phpgb_index.php file .
      ..
      PHPGB will now start up and you can use it pretty much as normal .


      --

      Comment

      • IWP506@gmail.com

        #4
        Re: Local PHP script executor

        Download a copy of apache from www.apache.org, php from php.net and
        mysql from mysql.com

        then, follow these directions:


        hope this helps

        iwp506@gmail.co m

        Comment

        • kerul4u

          #5
          Re: Local PHP script executor

          Look
          Do you have Apache?
          First requirement is you should have local server like Apache or IIS.
          Secondly just down load php binaries from php.net (win32 binaries)

          Install it on your local m/c.
          Try your self. If not done for further detail contact me.. don't worry
          I'll not charge anything to you.

          KERUL
          [ProDesignZ]

          Comment

          • R. Rajesh Jeba Anbiah

            #6
            Re: Local PHP script executor

            The Geek wrote:[color=blue]
            > Does anyone know of any program that will execute PHP scripts on your
            > local machine? I'm learning PHP and I don't like having to upload
            > scripts to my ISPs web space before testing them. Any help will be
            > appreciated.[/color]

            This might help a bit
            <news:111099444 1.546648.198450 @l41g2000cwc.go oglegroups.com> (
            http://groups.google.com/group/comp....77ae082bba11b3 )

            --
            <?php echo 'Just another PHP saint'; ?>
            Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

            Comment

            Working...