Guest Posted February 20, 2007 Share Posted February 20, 2007 Hi all, I am currently trying to develop my website to accommodate direct selling, which I have managed to do using a 3rd part external cart and some pearl scripts (which I can just about cope with ) having looked at osCommerce I quite fancy it may be more friendly to fiddle with. Before I get too tide up in knots with all this php cgi sql whatever stuff does anyone know if this cart works on uk2.net shared space?. I have cgi/PHP enabled and can easily add the SQL when required. But I don't want to waste anyones time, and my own, if it requires supper dooper programming skills etc. :) I do accept there may be a few issues to resolve along the way. The settings I have pulled from the support site regarding PHP script are as follows: ________________________________________________________________________________ __________________ By default, any script ending in .php, .php3, .php4, .phtml or .inc will be considered as a PHP script. We are running PHP version 4.3.x (always the latest version) with safe mode on and register_globals off. Safe mode means that you can only read or write files that are owned by you, amongst other things (note that if you need to upload? files these files will be created by, and owned by, the nobody user). You should use PHP's own mail functions rather than trying to call sendmail directly. Register_globals off means that you cannot rely on any CGI parameters automatically creating variables; you have to explicitly access $_GET or $_POST. ________________________________________________________________________________ ___________________________ So in simple terms ..will I be able to make it all work? ( without loosing all my hair!) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.