I am very new to PHP so if this is a wrong question sorry about it.
I am trying to run a project I have downloaded from web.
All the code in the project are written using just <? code ?>
without <?php code ?>
what software should I need to install to make it run.
<?
include("../includes/commonClass.php");
$classObj = new commonclass;
$postedData = $classObj->getRequestedData();
$setsession = $classObj->validsessionSuperAdmin();
?>