Jump to content

treehugger88

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://sequoiaj.wordpress.com/

Profile Information

  • Gender
    Male
  • Location
    Berkeley, CA

treehugger88's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. foreach will work better in that instance, I think.
  2. A lot of sites put randoms numbers on the end of the URL to keep them from being locally cached in the browser. Each set of numbers is seens as a different page to the browser, so it won't load from cache.
  3. I would guess you are getting 0 records returned. Are you sure you have stuff in the database?
  4. You are doing 2 INSERTS, so you are getting 2 rows. You should go back and combine the 2 INSERTS into 1 statement.
  5. Could you put each page into a sessionwhen they go to it and then read it out? Just make sure it is only like the last 3 or 5 or something so your sessions don't get too big or nothing.
  6. Hmm, yeah that makes sense. I think you are right for left and right outer joins. I am pretty sure that is called a full outer join, isnt it? It is basically like getting everything that is not in both tables. It would be like doing a left and right outer join at the same time. I think that's what they told me in school, hehe!
  7. You gotta tell it which table that comes from, yeah? Like pilots.last_update or positions.last_update, right?
  8. You want all the results from sf_users? Drop the WHERE statement.
  9. huh. then there isnt a field names active in the dynamic_makes table and you did want to check vehicles.active for sure. Caberman should have told you to use a join the right way. try this not sure... does that work better?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.