You need to change Internet Information Services (IIS) Port (Change IIS Port), if you are having XAMPP installed on your PC. Usually Port 80 was used by IIS, when you install XAMPP Port 80 will be assigned to APACHE ...
Monthly Archives: April 2014
PHP - General Array: 1.write array to file: $arr=array("orange","apple"); $file = fopen("test.txt","w"); fwrite($file,print_r($arr_car,true)); fclose($file); ...