I initially set $value1, $value2 and $value3 to null values $value1 = ""; $value2 = ""; $value3 = "";
I get the values of $value1, $value2 and $value from input
$valuexyz = "$value1$value2$value3";
mkpath(["$TMPDIR/$valuexyz"], 1, 0777);
$valuexyz does not get evaluated. But if i set $value = "a1" and $value2 = "b1" and $value3 = "c1", then mkpath works fine. What am i doing wrong?
Thanks
Prasad
_________________________________________________________________
Instant message in style with MSN Messenger 6.0. Download it now FREE! http://msnmessenger-download.com
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]