>I'm trying to port a wonderful application over to miserable windows. I can
not find documentation of how to invoke exec on windows. Here's what I
tried:
Some people say exec() does not work on Windows... I could have sworn I've
seen it work, but maybe not...
$new_path = str_replace('^', '\\',
All,
I'm trying to port a wonderful application over to miserable windows. I can not find
documentation of how to invoke exec on windows. Here's what I tried:
// Creates the image file with a timestamp
$timestamp = time();
$image= $timestamp.$picture_name;
if ($PLATFORM == "windows") {
$new_pat
2 matches
Mail list logo