Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. And yet you still can't deal with a simple array structure? Us youngsters simply choose to use the right tools for the job. No point reinventing the wheel. Now, what have you tried? Post some code and a description of your actual problem.
  2. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=358012.0
  3. Functions and classes are meant to be protected from global variables. Using them the way you are attempting to completely breaks the entire point of using them in the first place. If your FUNC class requires a database connection, pass it one via it's constructor. I can tell however by the name of your class FUNC, that you really shouldn't be using a class in this case anyway.
  4. Use parse_json to parse the json into a format that can be easily handled with php.
  5. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=358005.0
  6. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=357949.0
  7. This is in fact the complete opposite of what will happen given the rules above.
  8. 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
  9. Your posts mentions mssql and mysql interchangeably. Please clarify.
  10. You don't need curl for this. copy will suffice providing fopen wrappers are enabled.
  11. 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.
  12. 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.
  13. No. The application board is for questions in relation to php applications. People looking for help searching for applications should use a search engine.
  14. Your code doesn't use the results from the call to fopen anyway.
  15. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=357935.0
  16. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=357878.0
  17. This topic has been moved to CSS Help. http://www.phpfreaks.com/forums/index.php?topic=357864.0
  18. Download the SDK and start programming.
  19. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=357809.0
  20. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=357806.0
  21. Appending data to a url shows up in $_GET not $_POST.
  22. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=357747.0
  23. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=357744.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.