Search results

  1. J

    MySQL Join

    Thanks descalzo, that's awesome. It does exactly what I was trying to achieve! :biggrin:
  2. J

    MySQL Join

    Thanks so much for your help! Twinkie: the query works great, but assuming I'm looking for just one record from pages (I almost always am in this application) it returns either one or two rows, depending on whether the user that created the page is also the user that last modified it. This is...
  3. 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...
  4. J

    mod_rewrite helo

    Thanks so much mission, this is EXACTLY what I wanted, and you've really helped me out. In fact it's better than what I had in mind - I didn't even know it was possible to hide the result of the redirect from visitors like this. :biggrin: Some day I'll learn regular expressions, but for right...
  5. 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