Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. You must have missed this? http://www.phpfreaks.com/forums/index.php?topic=117475.0
  2. Sorry, but I would suggest you start learning then. Were not exactly here to write tutorials or code for people. There are plenty of tutorials around, and if you looked hard enough, I'm sure you'd find a plugin even that does what you need.
  3. Users can't edit files on your server anyway.
  4. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=344261.0
  5. There has to be thousands of tutorials around that cover this subject. Have you got any code? Where exactly are you stuck?
  6. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=344246.0
  7. Not without a better description of the problem.
  8. Then use strpos to locate the position required by substr.
  9. Can we see your current code?
  10. PHP's cli uses a different php.ini to that of mod_php. Are you sure your looking at the correct config directives?
  11. The idea of having everything in your root would get pretty messing pretty quickly. Of course, this really depends on your application though.
  12. You need to put : after your cases, not ;
  13. If the string is static like that you don't need regex, take a look at substr.
  14. Yes, Google have that capability. See http://www.google.com/apps/intl/en/group/index.html
  15. That completely depends on how well you can program doesn't it?
  16. Take a look at md5_file.
  17. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=344191.0
  18. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=344076.0
  19. You have no LIMIT clause in your query.
  20. We are going to need more details/examples.
  21. PHP or Apache are not related in any way to mail servers, so it doesn't really matter from that perspective. Postfix is a very common choice for a mail server on Linux.
  22. Considering your already using jQuery you should avoid mixing events into your markup all together. JQuery provides a selector engine which is much more elegant a solution. Anyway, have you tried debugging your code in firebug? If so, how? and what results duid you get?
×
×
  • 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.