Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. What exactly is the problem?
  2. This thread should get you started.
  3. You can't force anything onto a client with php. You can prompt them to download a file, but that's it. There is an example of doing so in the Faq/Snippet board.
  4. I generally don't
  5. I don't see any code using the accordian?
  6. Are you sure that couldn't have been sent via a PM? Hope your spam box is nice and roomy.
  7. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=306489.0
  8. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=306808.0
  9. This topic has been moved to HTML Help. http://www.phpfreaks.com/forums/index.php?topic=306802.0
  10. This topic has been moved to Editor Help (Dreamweaver, Zend, etc). http://www.phpfreaks.com/forums/index.php?topic=306796.0
  11. So, the link in your signature is what?
  12. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=306798.0
  13. The idea is simple. Just LIMIT your first query to the top 25 results ordered by timestamp. Then, once a user clicks on 'more', execute another query to find the rest of the results.
  14. Whatever is within $web can't be split upon '<b>Somecode:</b> ' We need to see the contents of $web.
  15. What does.... echo '<pre>'; print_r($explodedWeb); echo '</pre>'; produce?
  16. See here.
  17. What is the exact error?
  18. Not without seeing some code. There should be no need to use two different jQuery versions.
  19. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=306725.0
  20. You would be sure of this based on what information? Databases are made for storing data.
  21. Why bother logging into CPanel to set cron jobs when cron is a program on the server that can be set directly?
  22. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=306659.0
  23. Take a look at the Expect extension. http://php.net/expect
  24. Remove all these because they are of no use... or die ("Can't Update"); Replace them with something that might help us. or die (mysql_error()); Are you getting an error?
  25. Firstly globals are a terrible idea. Secondly your function returns $data. Thirdly, what is add_filter() meant to do? Your code is seriously all over the place.
×
×
  • 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.