Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Event with a lot of ip addresses, the performance hit would be negligible. Not really. We run one of the largest PHP communities online and haven't had any serious issue with people from specific origins. Sounds like a bit of a beat up to me. Not hard at all if you have a dedicated server.
  2. It's not a very reliable or hard to work around solution but, you could find out what ip ranges are allocated to that country and use a Deny rule to block that ip range. http://httpd.apache.org/docs/2.2/howto/access.html
  3. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=357370.0
  4. How do you know it's not executing? Your not checking anywhere to see if it executed.
  5. And your question / problem is?
  6. You need to describe in detail what it is you are wanting to do. The terms you are currently using don't make a lot of sense.
  7. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=357348.0
  8. You shouldn't store them in one row. A new row for each image (how your currently doing it) is the best design.
  9. trq

    query

    If you don't know what the second one does, you don't need it.
  10. Several solutions have been supplied. What have you tried? Can we see your current code?
  11. Your going to need to be more specific. Save a query to where and for what? You can create a stored procedure.
  12. You have failed to ask any question. What exactly is the problem?
  13. That code could not possibly output those results. OT, your echo line is making an invalid link, it should be: echo "<a href='tag.php?tag=$p'>" . $pmod . "</a> ";
  14. It's JavaScript, it should not be between <?php ?> tags.
  15. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=356988.0
  16. Awesome. It's not php, hence your error.
  17. Show us what is being output.
  18. The code you have posted isn't even php.
  19. Having it within a loop makes no difference. What is the issue you are having?
  20. This topic has been moved to CSS Help. http://www.phpfreaks.com/forums/index.php?topic=357315.0
  21. $(".frame").slice(i,i+1).css({"top": (-798 * i) + "px","left": (102 * i + 3) + "px","z-index":"-1", "height":"380px", "width":"180px"});
  22. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=357314.0
  23. There will be a short delay, but it is usually workable. ANother option would be to populate these drop downs from an array of data. Thus eliminating the need for Ajax at all.
  24. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=357281.0
×
×
  • 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.