Connecting Tech Pros Worldwide Forums | Help | Site Map

Local PHP script executor

The Geek
Guest
 
Posts: n/a
#1: Aug 29 '05
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
Guest
 
Posts: n/a
#2: Aug 29 '05

re: Local PHP script executor


On 29 Aug 2005 07:25:48 -0700, "The Geek" <geek32bit@gmail.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.

http://www.php.net/manual/en/install.windows.php
http://www.php.net/manual/en/install.windows.manual.php

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.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
PHPGB
Guest
 
Posts: n/a
#3: Aug 29 '05

re: Local PHP script executor


<comp.lang.php , The Geek , geek32bit@gmail.com>
<1125325548.848860.177010@f14g2000cwb.googlegroups .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)


www.firepages.com.au
..
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 .


--
www.phpguestbook.co.uk
IWP506@gmail.com
Guest
 
Posts: n/a
#4: Aug 30 '05

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:
http://www.webmasterstop.com/48.html

hope this helps

iwp506@gmail.com

kerul4u
Guest
 
Posts: n/a
#5: Aug 30 '05

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]

R. Rajesh Jeba Anbiah
Guest
 
Posts: n/a
#6: Aug 30 '05

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:1110994441.546648.198450@l41g2000cwc.googleg roups.com> (
http://groups.google.com/group/comp....77ae082bba11b3 )

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

Closed Thread