Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. trq

    HTML5

    There's the benefit of this "large site" being easier to maintain. Anser this, what do you think this css effects? .r {}
  2. If you want to learn php I would steer well clear of anything like phprunner. Things such as this tend to write terrible, generic and bloated code. The above example isn't even PHP. It looks like some type of template.
  3. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=352984.0
  4. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=352999.0
  5. Chaining your function calls together like this is a terrible idea. You have absolutely no error handling in place. One of these method calls could (and has) failed but because they all feed into each other like that you have mo way of checking to find out where the error is.
  6. This ls like your 4th or $5th post along these similar lines. If you can't understand the examples within Zends documentation I would suggest the framework might be a little over your head.
  7. Something like 15% of the top million sites on the web are created in Wordpress. Sad but true, it's a massive platform that generates *a lot* of money for *a lot* of people.
  8. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=352939.0
  9. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=352931.0
  10. Clients generally don't care about these types of details. A brief outline should be sufficient and you really should know these benefits already yourself.
  11. That really isn't enough code or description to help us help you.
  12. Can you define what you think "Window Programming" is?
  13. No, you can create form normally if you wish.
  14. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=352864.0
  15. register_globals are disabled for a reason. They open your scripts to numerous vulnerabilities. A much better option is to fix your code to work without them.
  16. PHP can't "detect" anything. It only has access to the data that the client sends it in a request.
  17. This topic has been moved to HTML Help. http://www.phpfreaks.com/forums/index.php?topic=352862.0
  18. And your question/problem is?
  19. Debian and Ubuntu are both usually pretty behind current stable versions of software. Add the dotdeb.org repository. http://www.dotdeb.org
  20. This topic has been moved to PHP Installation & Configuration. http://www.phpfreaks.com/forums/index.php?topic=352845.0
  21. When you say your hosting your friends site does this actually mean you are administering the server? You will need admin access to the server to be able to compile any extensions. What OS are you using?
  22. That is just the average overall. Though in reality, most people probably earn closer to 60k. I guess the high rollers drag the average right up, though it's not uncommon for a decent developer to earn 6 figures, myself included.
  23. How old are you Andy-H and where abouts do you live, 18k sounds ridiculous to me but it must just be where you live. The average wage where I'm from is close to 80k.
  24. Besides your syntax being off I don't see what that has to do with the question. Op: There is no way of distinguishing why the function failed, it will just return an empty array.
×
×
  • 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.