Search results

  1. J

    MySQL Join

    I have a bit of an understanding of how a join works in a SQL query, but it's really basic and I can't quite get my head around it enough to figure out how to do what I need. Here's the situation. I have two tables, one named pages which has columns (amongst others) called create_id and...
  2. J

    mod_rewrite helo

    I need help! I want to redirect http://mysite.com/whatever to http://mysite.com/script.php?p=whatever but ONLY if http://mysite.com/whatever doesn't exist. I'd also (if possible) like to make sure that no trailing "/" is included, in other words http://mysite.com/frrp/ should redirect to...
Top