Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Congratulations man. Well done. Is this your first? My wife is due at the end of this month with our first and I can't wait.
  2. This topic has been moved to Linux. http://forums.phpfreaks.com/index.php?topic=363294.0
  3. ^ and you should learn not to spam forums.
  4. Your code is full of syntax errors. It should be: $output = shell_exec('create_hosting ' . $_POST['username'] . ' ' . $_POST['domain'] . ' ' . $_POST['password']); On top of that. There are some major security concerns here. Anyone could execute any command they like as the apache server user.
  5. You would start by taking a look at twitter's api documentation.
  6. This topic has been moved to Apache HTTP Server. http://forums.phpfreaks.com/index.php?topic=363194.0
  7. What you looking for is called licensing and terms of service. You need contracts and procedures, this is not an application design issue.
  8. Really? I think JavaScript is one of the most elegant and flexible languages around, and with technologies like Node.js and frameworks such as Backbone.js becoming more and more prevalent, JavaScript really is the must know language for all web developers.
  9. I think your on the wrong website somehow buddy, spam removed.
  10. This topic has been moved to Other Libraries and Frameworks. http://forums.phpfreaks.com/index.php?topic=363157.0
  11. Your not going to get any help unless you are specific about your issue. Simply saying you don;'t know how to implement ajax is not specific enough. Where *exactly* are you stuck? Can you write any JavaScript? Have you looked at any of the JavaScript frameworks?
  12. This topic has been moved to Ajax Help. http://forums.phpfreaks.com/index.php?topic=363070.0
  13. Do you have a specific question?
  14. This has little to do with mysql and more to do with how you can access you mail. Is your mail server hosted on the same server your mysql server is on?
  15. This topic has been moved to mod_rewrite. http://forums.phpfreaks.com/index.php?topic=363005.0
  16. This topic has been moved to MySQL Help. http://forums.phpfreaks.com/index.php?topic=363001.0
  17. What exactly are you trying to achieve? Your code is unnecessarily complex.
  18. This topic has been moved to mod_rewrite. http://forums.phpfreaks.com/index.php?topic=362991.0
  19. This topic has been moved to PHP Coding Help. http://forums.phpfreaks.com/index.php?topic=362935.0
  20. Oh, I should also mention that I am not a massive user of any framework. I have however used both version 1 & 2 of zend and symfony, and have also done a lot of research into them and a lot of other frameworks. You may notice my signature, I am writing my own small framework (and no, I wouldn't recommend trying to use it at this point).
  21. I'm still using Apache mostly, though I have recently started playing around with NginX more and more.
×
×
  • 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.