Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. Show us the code that is displaying the results. Have you echoed out '$myAgents' to ensure the values are correct and the DB to make sure there is at least 1 match?
  2. "AND WHERE" should just be "AND". Same with the other clause.
  3. Just wanted to wish everyone a Happy Valentine's Day! Any special plans?
  4. Then only match on that condition. Something like: SELECT * FROM tbl_categories tc LEFT JOIN tbl_products tp ON [whatever_field(s)_you_join_on] WHERE tc.category_no = tp.category_no
  5. How do you know the query doesn't work? You don't output anything. (In the future, please use tags around your code)
  6. Maybe this is just an example, but why are you using LIKE with no wild cards?
  7. I'm glad, care to share?
  8. It's always nice to see posts like this, thanks
  9. *Side Note: Don't use short tags use the full <?php syntax.
  10. This topic has been moved to PHP Math Help. http://www.phpfreaks.com/forums/index.php?topic=323989.0
  11. Maybe there's an error? Try changing this line to: mysql_query("DELETE FROM airplanes WHERE id=$id") or die(mysql_error()); Do you see the echo?
  12. AFAIK that shouldn't cause any problems.
  13. Thx because I left mine at home this morning ;/
  14. Can you show us the troubled code, what's happening, and what you want to happen? (Be careful where you post, this thread was in the wrong section but I moved it)
  15. Show us the exact code that's not working because the part that executes the actual query is commented out.
  16. The manual might be a good start: http://php.net/manual/en/book.ibase.php
  17. It will cause more security problems if you don't fix these errors. You should handle them appropriately. To answer your question, there is a way to turn them off, one is through php.ini and the other is in lined in the script.
  18. Hi jesirose You didn't, at least not that I'm aware of, so sorry about that. No. It's ok
  19. FF 3.6.13 on Ubuntu 10.04. By container I'm referring to "Radio" or "Win tickets to...". They should be lined up and spaced better.
  20. Overall, it's not bad. Your last subheader link for "Forum Posts" breaks to the next line. The highlighted yellow for the listing on the main page is really ugly IMO. Everything looks 'thrown' on the page. Try lining the containers and tightening it up a bit better.
  21. Please use tags when posting code in the future.
  22. So what's the problem?
  23. You forgot to call mysql_query.
  24. I like the site a lot. A few issues I have: The homepage gallery is really big, it takes up 3/4 of my browser. I try to have my most important information on the page without having to scroll. [*]You have a lot going on in the first page. Maybe have a separate section for all that information or at least slim it down a bit. Other than that I think it looks great, it's clean, easy on the eyes, nice graphics. (FYI, at first your site was loading fine, now it's having long load times)
  25. Only if you really want a critique.
×
×
  • 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.