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. Are you sure that couldn't have been sent via a PM? Hope your spam box is nice and roomy.
  5. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=306489.0
  6. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=306808.0
  7. This topic has been moved to HTML Help. http://www.phpfreaks.com/forums/index.php?topic=306802.0
  8. This topic has been moved to Editor Help (Dreamweaver, Zend, etc). http://www.phpfreaks.com/forums/index.php?topic=306796.0
  9. So, the link in your signature is what?
  10. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=306798.0
  11. 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.
  12. Whatever is within $web can't be split upon '<b>Somecode:</b> ' We need to see the contents of $web.
  13. What does.... echo '<pre>'; print_r($explodedWeb); echo '</pre>'; produce?
  14. Not without seeing some code. There should be no need to use two different jQuery versions.
  15. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=306725.0
  16. You would be sure of this based on what information? Databases are made for storing data.
  17. Why bother logging into CPanel to set cron jobs when cron is a program on the server that can be set directly?
  18. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=306659.0
  19. Take a look at the Expect extension. http://php.net/expect
  20. 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?
  21. 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.