To install from source, you may have to use ./configure make make install each in case the server is a unix server
First install a webserver such as apache.Then download and unpack the PHP source for Unix/Linux.Open apache's httpd.conf and enable the PHP5 module and specify the location of PHP. There should be sample lines to uncomment within this file
ASP pages are a Microsoft technology. To convert them to run under Unix you could install a package in Apache that understands ASP, or you could rewrite it so that it uses something more generic, such as Perl, PHP, or Python.
how to create report in php
Backticks in PHP are simply shorthand for calling shell_exec on their contents, as in most Unix shells. See the related link.
Re-installing a php installation be it windows or unix depends on the method it was installed originally. In linux/unix this may be binary or from source and depending on the installation method and the subsequent method of package removal,reinstall should be followed. If the original package was compiled from source,the appropriate compilation options and flags may need to be followed or existing applications may not work.
.net is a framework based on Microsoft software and is not open source, php is a language which is open source and based on Linux/unix systems
You need to upload the scripts to web hosting space that support PHP.
You need to install PHP either on a pre built apache server such as xampp or download PHP directly from the website.
Client-Side- JavaScript, ECMAScript Server-Side- PHP
Download xampp or wamp and everything you need to run PHP would be installed with it
Yes, Apache Tomcat supports the installation and usage of PHP (of any version below 5, not including 5). See the related links for an official Tomcat-PHP installation guide.
The inherent problem in ing your question is that there is no single operating system known as "Unix." Unix is a specification for a large number of operating systems to meet and comply with. The installation for Solaris is different from that of AIX, which is different from that of TRU64. In order to receive a definitive , you would need to define which Unix you are trying to install.