|
Not sure if your hosting company meets the requirements or don't have hosting
yet?
| Photo Cart Hosting Requirements
Photo Cart runs on YOUR website hosting. Below are the minimum requirements to
run Photo Cart. These are very common among hosting companies, but you might want
to check before purchasing.
- PHP Version 4 +
- MySQL database 3.23 + (MySQL 5 will work if “strict_mode“ is off. Contact your
hosting provider if you are running MySQL 5 to confirm it being on or off)
- GD Library Version 2 + (used to process images ... normally installed with PHP)
- PHP SAFE MODE off
You can create a text file and put the following line of code in it, and save
it as "phpinfo.php" ... upload it to your website and it will tell you about the
php settings on your server including the above settings.
<? phpinfo(); ?>
Photo cart will run on both Unix and Windows servers.
Also, Photo Cart will run with the PHP variable "register_globals" on or off,
but off is preferred. It is much safer also.
|