Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/course/evaluation/
Upload File :
Current File : /var/www/html/venkat/course/evaluation/test.php

<?php
error_reporting(E_ALL);
ini_set('display_errors', '1');
ini_set('display_errors',1);
ini_set('display_startup_errors',1);
error_reporting(1);


//$a = array("Volvo", "BMW", "Toyota");
//$cars = implode(' ', $a);  
//echo $t;
                        $name = "hello";
			$title = "vello";
			$consolidated1 = "'".$name."'/'".$title."',";
                        //echo $consolidated[$i];
	//$consolidated1 = implode('', $consolidated); 
	$t = shell_exec("bash latex.sh $consolidated1");
	echo $t;
?>