I want to execute an application which is gams in php I insert the path file location below It shows error how can I correct it?
$modelfile = 'trnsport_php.gms';
if (!system('C:/Documents and Settings/Parsa/My Documents/gamsdir/projdir'.$modelfile.' lo=2')) {
print "error";
}