- Mar 22, 2013
- 9,148
- 10,491
So I downloaded this "website" - http://www.coolphptools.com/color_extract#demo
It's just 2 php files and 1 images folder. I uploaded it on a domain I have and it works fine.
But I would like to run this locally sometimes. Like, just open it in my browser from my computer. Because having it on a domain, there's bound to be downtime. But when I open it locally there will never be a second of downtime or slowness.
Of course I tried dragging and dropping "index.php" directly into my Firefox browser, and the script loads. It looks weird, but it loads. But then the function that it performs doesn't work, probably because the "colors.inc.php" is required.
So how can I do this?
It's just 2 php files and 1 images folder. I uploaded it on a domain I have and it works fine.
But I would like to run this locally sometimes. Like, just open it in my browser from my computer. Because having it on a domain, there's bound to be downtime. But when I open it locally there will never be a second of downtime or slowness.
Of course I tried dragging and dropping "index.php" directly into my Firefox browser, and the script loads. It looks weird, but it loads. But then the function that it performs doesn't work, probably because the "colors.inc.php" is required.
So how can I do this?