Re: [PHP] Shopping Carts and Sessions

2001-03-16 Thread DynamicHTML
In a message dated 3/16/01 2:02:07 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > Can this be used via .htaccess in a shared hosting situation? > I believe it can -- never done it personally though... don

Re: [PHP] Shopping Carts and Sessions

2001-03-16 Thread Data Driven Design
Can this be used via .htaccess in a shared hosting situation? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 16, 2001 10:15 AM Subject: Re: [PHP] Shopping Carts and Sessions > In a message dated 3/16/01 9:39:16 AM Easter

Re: [PHP] Shopping Carts and Sessions

2001-03-16 Thread Aaron Tuller
or you can use Apache to ForceType bar to use PHP. then just write a generic URL parsing script and you're done. if you want it for all of your URL's, make DocumentRoot a PHP script. you might tricky problems with images and other non-script files, but that's ok because you can just check for

Re: [PHP] Shopping Carts and Sessions

2001-03-16 Thread DynamicHTML
In a message dated 3/16/01 9:39:16 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > I thought Search engines couldnt spyder dynamic pages such as > "1.php?foo=bar" > True - but with the magic of Apache's mod_rewrite -- you can make a URL appear to a browser as: http://www.yourdomain.com

[PHP] Shopping Carts and Sessions

2001-03-16 Thread DynamicHTML
Hi, I have been playing around trying to build a 'perfect' shopping cart. A brief as possible feature list: database driven, fully indexable by search engines, and can operate without cookies. I decided to use Apache's mod_rewrite to change a standard looking URL into something php can use ea