Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. This topic has been moved to Other RDBMS and SQL dialects. http://www.phpfreaks.com/forums/index.php?topic=346039.0
  2. Of course it's possible. Describe your actual problem.
  3. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=346036.0
  4. Nothing. Androider came here to spam his wares, hence, he is now banned.
  5. Looking at the Uglify src it is written in node.js. You would need to install this before you could use it.
  6. I use keys for all server access. They are more secure and are allot more convenient once setup.
  7. I don't understand the question.
  8. This topic has been moved to PHP Installation & Configuration. http://www.phpfreaks.com/forums/index.php?topic=345977.0
  9. Have you checked phpinfo to see if gd is installed/configured?
  10. Your using weird quotes throughout that code.
  11. Most things you need to know to do this manually would be covered in the Linux Rute guide (http://rute.2038bug.com/rute.html.gz) from there, it's just a matter of scripting the process.
  12. trq

    Start mysqld directly

    Your question has more to do with Bash than Mysql. ./mysqld myoptions & Really though, you should look at your distros start up scripts. These are usually stored in /etc/init.d.
  13. Post your code and a description of your actual problem.
  14. doc format? Pfff. I suggest starting a blog and posting it there.
  15. I use the Zend Framework Coding Standard for PHP which is great because we use the same standard at work and you can use codesniffer pre-commit hooks within your version control system to make sure nothing is committed that doesn't follow the standards rules.
  16. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=345889.0
  17. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=345884.0
  18. Iv'e been developing in PHP for about 7-8 years an have never heard of scriptcase.
  19. Does this meen it's working now? Otherwise, this line doesn't look right: AuthUser=contact-us+mysite.com This will need to be a valid username on the mail server. Sometimes this is just the username, sometimes it requires @servername.com to be appended (ie gmail). You do not need to restart Linux when you install packages, it's not Windows. The only time you should ever need to restart your server is when you have installed a new kernel.
  20. php.ini files are well commented. Read it.
  21. This topic has been moved to Other Web Server Software. http://www.phpfreaks.com/forums/index.php?topic=345827.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.