Jump to content

PHP server on computer

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
majorriny

majorriny

    Newbie

  • Members
  • Pip
  • 3 posts
Is there some software which can imitate PHP server but when I'm offline and it's located on my computer? Because I use dial-up, and I can't connect to Net whenever I want and test my site, I'm just curious if this is maybe possible.
:confused::confused::confused:

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
Download EasyPHP (here or here) and install it.
There's other alternatives as well, like Apache.

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Try WAMP, it is a complete package (Windows- Apache, MySQL, PHP) and requires very little setup to get working:

Install PHP5 Apache MySQL on Windows : WAMP5

#4
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
A little conclusion:

EasyPHP:
- Platform: Windows
- Support: PHP, MySQL, Apache
- Link: Click here

XAMPP:
- Platform: Windows, Linux, Mac OS X, Solaris
- Support: PHP, MySQL, Apache, Perl
- Link: Click here

WAMP:
- Platform: Windows
- Support: PHP, MySQL, Apache
- Link: Click here

#5
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
VertrigoServ is by far the best All-In-One I've seen.

#6
TkTech

TkTech

    The Crazy One

  • Moderators
  • 1,396 posts
(Pointing the other way)
If your on a mac, by far the best is living-e AG: MAMP - Mac - Apache - MySQL - PHP, although all the tools are already installed.

If your on a mac, you can process a page by going /Applications/Utilitites/Terminal, and then typing PHP <Path to the file>
What spits out is your processed page. Or you could send the output directly to a file.