Re: [PHP] Example high-profile PHP sites

2001-07-26 Thread DynamicHTML
Capital One (www.capitalone.com) is using some PHP...

[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

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:

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