Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. We are not here to write code for people. If your looking to have code written for you, make your request in the freelance board.
  2. Um, this is the MySql help forum. I don't see how your issue relates to the topic?
  3. If you have been unable to follow the documentation or tutorials you may have already read what makes you believe we are going to be better at explaining things? Do you really want us to write a tutorial here or what exactly are you asking?
  4. You need to escape all user input using mysql_real_escape_string before using it in any query.
  5. This topic has been moved to HTML Help. http://www.phpfreaks.com/forums/index.php?topic=357646.0
  6. I think I tried that at first and it made everything look a bit off kilt. I'm not really much of a designer though.
  7. Ah, I've been using the new version of phpDocumentor, phpDocumentor2 for my work with Proem and it's been pretty good so far. Haven't tried any other though really.
  8. Adam, so you think I should shrink the tree down a bit and make it so all blurbs show on small screens? I can see what you meen when I look at it on my 15" macbook, but it hasn't really bothered me. I might try some stuff out. And, yeah, I def agree about the links.
  9. What exactly do you mean by a Documentation library?
  10. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=357636.0
  11. Have you installed and configured php on your server?
  12. The easiest way is to get yourself version control. Git is very popular (and I wouldn't use any other these days) and your project can then easily be shared between developers via http://github.com Version control allows developers to checkout a copy of the project, make there changes and check it back in. If there are conflicts in your changes and other developers changes you will be asked to resolve them right there and then.
  13. Sounds to me like you need to hire another programmer.
  14. Have you tried inspecting data within firebug ? what does it look like?
  15. That doesn't make sense.
  16. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=357488.0
  17. These easiest way to do that is simply: print_r(json_decode($some_json_string));
  18. But what will the data be used for?
  19. trq

    invoke [

    Sorry, I edited my post. See above.
  20. What exactly are you going to be using this json for? Is it for display purposes? I just don't see the point in your formatting it otherwise.
  21. trq

    invoke [

    [] is an array in JavaScript while {} is an object (more like a has actually). A numerically indexed array will encode into [] in php while an associative array will encode into {}
  22. The php button links to the manual. eg; [m]fwrite[/m], will output fwrite.
  23. I'm not sure what you meen by "vhost writes", but there is such a thing as mass vhost configuration.
  24. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=357468.0
  25. Take another look at PFMaBiSmAd's example.
×
×
  • 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.