Keith Devens .com |
Thursday, May 17, 2012 | ![]() |
| I would rather be an optimist and be wrong than a pessimist who proves to be right. The former sometimes... – "Hoots" | ||
|
| ← Which cartoon cat are you? | Tom DeLay is awesome → |

Moss (http://www.m14m.net/bloglet.php) wrote:
Keith (http://www.keithdevens.com/) wrote:
Yeah, that's basically what I was going to do. If the path info is translated into what would normally be querystring values, then it'll be easy to make mod_rewrite optional. I had thought the same thing, and that's one of the goals.
Check out my fun with mod_rewrite post where I go into the rules I'm going to use.
Dean Peters (http://www.healyourchurchwebsite.com) wrote:
ADODB ... yes ... please
Keith (http://www.keithdevens.com/) wrote:
Yeah, I was just being fair to PearDB because I haven't tried it yet
But ADODB is probably a given should I use any database abstraction at all.
Feel free to post a comment below. Please see my comment policy.
Formatting Rules (No HTML):
Generated in about 0.196s.
(Used 8 db queries)
You may already have thought of this, but: for making the URLs nice, consider having your script get the name of the requested page from the path info, rather than from the cgi query string. This way it looks fairly nice even without mod_rewrite, it uses a very simple rewrite rule, and it should be pretty easy to make rewriting optional.