Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Your calling mysql_fetch_assoc() once outside of the while loop. Why? You never use the row it returns. This code would have always worked this way.
  2. What does this have to do with Apache?
  3. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=347354.0
  4. $("." + cname).toggleClass("highlightyellow");
  5. I assume you mean fileds, not rows. Don't use SELECT *, specify what fields you want and you will get them in the order you have asked for.
  6. Do you have a question?
  7. I know nothing of perforce or the extension I linked you too, sorry.
  8. What error are you getting?
  9. There appears to be a PECL extension for such tasks. http://www.indelible.org/php/perforce/guide.html
  10. There are examples at the link I provided.
  11. If you use relative paths for things like images you don't need to worry about the domain part of the url at all.
  12. Were not here to write code for people. See strpos.
  13. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=347324.0
  14. This topic has been moved to Other Web Server Software. http://www.phpfreaks.com/forums/index.php?topic=347320.0
  15. http://framework.zend.com/manual/en/learning.quickstart.intro.html
  16. \n means nothing to MySql.
  17. Not without seeing your code.
  18. Most of the time I use Gmails because it's simpler and there is less to have to worry about. Occasionally though I will use Postfix.
  19. This topic has been moved to Other Web Server Software. http://www.phpfreaks.com/forums/index.php?topic=347283.0
  20. There are plenty of tutorials around the web for doing this. These boards are not the place to ask for personal tutorials.
  21. I'm not spoon feeding you. It's simple. Gmail offers the ability to use there servers with your domain. When you send an email, it will come 'from' your domain via gmails mail servers.
  22. It really depends on your applications structure. Using one of the many MVC frameworks around there is generally no need to store more than the index.php file and maybe a bootstrap of some sort. You obviously still need to store assets such as Javascripts, images and css files.
  23. Your probably better off using Javascript for this rather than PHP. That way the never have to refresh the page.
×
×
  • 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.