954,190 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

php in unix


I have written a program in php.It works fine with internet explorer.How to make it run in unix environment.By the way do we get free unix software on net?If so please let me know the link.

kumarangopi
Newbie Poster
9 posts since Nov 2006
Reputation Points: 10
Solved Threads: 0
 

Scripts written in PHP will almost always run on any PHP-enabled webserver with no tweaking. The most common server on a Unix-based server is Apache , which is used by the majority of web servers around the world. Apache alone does not provide PHP support, so you must download a PHP module that can be dynamically loaded by Apache:
http://www.php.net/downloads.php

You'll almost certainly need MySQL if your PHP script uses a database system:
http://mysql.org/downloads/

Once you've installed all this, you'll probably find that your script runs easily.

Hope this helps

John A
Vampirical Lurker
Team Colleague
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: