![]() |
| php & postgreSQL |
|
webweaver6
|
Hi,
I need to set up a shopping cart site with php and postgreSQL. Right now I'm trying to find something that is available rather than writing this from scratch. There are alot of shopping carts available that work with mySQL, but that doesn't meet my requirements. Does anyone know if there is anything available using the postgreSQL for the database? |
||||||||||||
|
|
|||||||||||||
|
darrellhyde
Network Administrator
|
I know that some work has been done to port OScommerce (www.oscommerce.com) to use Postgresql. There's a patch for it and a preview release coming up with native support.
http://www.oscommerce.com/about/news,32 - Darrell |
||||||||||||
|
|
|||||||||||||
| On The Subject Of OSCommerce |
|
rj
|
One friendly reminder for people running OSCommerce. Remember to password protect your admin directory. I have seen issues in the past where someone will get a store all set just to have it compromised because of forgetting this little step.
|
||||||||||||
|
|
|||||||||||||
|
cheryl
|
OSCommerce also requires registered globals to be turned on, so if you are getting some interesting errors, you may want to verify they are turned on. To check that, you can set up a simple phpinfo script that has the lines:
<? phpinfo(); ?> and run it in a browser, it will show all kinds of information about the PHP installation on your server. |
||||||||||||
|
|
|||||||||||||
| php & postgreSQL |
|
||
|


