Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Use parse_json to parse the json into a format that can be easily handled with php.
  2. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=358005.0
  3. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=357949.0
  4. This is in fact the complete opposite of what will happen given the rules above.
  5. What? Read the topic of your thread. Did you install the mysqli extension when you installed PHP? PHP is not a single package but is made up of many different packages. I haven't used Debian (or Ubuntu) in a while, but it would be php-mysqli or similar. apt-get install php-mysqli
  6. Your posts mentions mssql and mysql interchangeably. Please clarify.
  7. You don't need curl for this. copy will suffice providing fopen wrappers are enabled.
  8. No. You will need to write some php code. It doesn't write itself Take a look at the example on the mysql_query man page, it's a pretty simple process.
  9. We are not here to write code for people. If you are stuck, ask a specific question. If you want to find a programmer to do some work for you, we have a freelance board.
  10. Your forgot to ask any question.
  11. No. The application board is for questions in relation to php applications. People looking for help searching for applications should use a search engine.
  12. Your code doesn't use the results from the call to fopen anyway.
  13. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=357935.0
  14. Do you have a question?
  15. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=357878.0
  16. This topic has been moved to CSS Help. http://www.phpfreaks.com/forums/index.php?topic=357864.0
  17. Download the SDK and start programming.
  18. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=357809.0
  19. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=357806.0
  20. Appending data to a url shows up in $_GET not $_POST.
  21. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=357747.0
  22. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=357744.0
  23. Ok, so I spent about 5 hours yesterday making sure the frameworks docblock annotations where all in good shape and have now added API documentation to the site. I also followed some of your advice Adam, and linked the blurbs to there relevant documentation sections and various other resources. I also added a link to the "Proem Framework" part of main navigation. Thanks for the input guys.
  24. The true power of Linux *is* the command line. What do you want to use Linux for exactly? From what Iv'e heard, Mint is a user friendly version of Ubuntu, which is itself a user friendly version of Debian, which in turn, is a pretty simple to use GNU/Linux. With that in mind, I would suggest that using Mint would not be that different to using Windows. When I started using Linux I had the exact oposite attitude to what you currently do. I installed slackware (after many attempts), installed a minimal desktop (fluxbox) and no file manager. This forced me into using the command line. It's the only way to learn really. Now, some 6-7 years later I can get more done quicker using the command line then I ever could using a desktop and mouse.
  25. Are you looking for a debugger or a compiler /compressor? The best debugger is probably firebug, though I use chrome these day and its console is pretty good to. Ps; dreamweaver sux balls.
×
×
  • 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.