Hello
I am working on a mod_rewrite rule to lay out new URLs for my site.
Some example URLs for pages:
/media.php
/media.php?p=users
/news.php
/news.php?p=archives
/news.php?p=archives&d=2007-02
/docs.php
/docs.php?p=about
And I want to have the URLs like this:
/media
/media/users
/news...
I have two tables that I want to select from. The first is a list of characters, with the alignment saved as a character code i.e. LG.
The second table is a list of character codes and proper texts i.e. Lawful Good.
What I want to do is have the MySQL query cross reference these two things, and...
I have a problem that I've been tracking down for a while now. I'm working on a script that dynamically adds blocks for data entry to a page. This script works on one page but not another. For some unknown reason, it seems to be stripping out tags. (And yes, I know the code looks a little messy...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.