Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. How do you know it's not executing? Your not checking anywhere to see if it executed.
  2. And your question / problem is?
  3. 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.
  4. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=357348.0
  5. You shouldn't store them in one row. A new row for each image (how your currently doing it) is the best design.
  6. trq

    query

    If you don't know what the second one does, you don't need it.
  7. And your problem is?
  8. Several solutions have been supplied. What have you tried? Can we see your current code?
  9. Your going to need to be more specific. Save a query to where and for what? You can create a stored procedure.
  10. You have failed to ask any question. What exactly is the problem?
  11. 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> ";
  12. It's JavaScript, it should not be between <?php ?> tags.
  13. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=356988.0
  14. Awesome. It's not php, hence your error.
  15. Show us what is being output.
  16. The code you have posted isn't even php.
  17. Having it within a loop makes no difference. What is the issue you are having?
  18. This topic has been moved to CSS Help. http://www.phpfreaks.com/forums/index.php?topic=357315.0
  19. $(".frame").slice(i,i+1).css({"top": (-798 * i) + "px","left": (102 * i + 3) + "px","z-index":"-1", "height":"380px", "width":"180px"});
  20. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=357314.0
  21. 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.
  22. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=357281.0
  23. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=357263.0
  24. cron is indeed the best approach.
  25. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=357232.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.