Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. What exactly are you rambling on about?
  2. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=334445.0
  3. trq

    updating query

    Then you will first need to check if the record exists using a SELECT, if so, execute an UPDATE statement, otherwise, execute an INSERT. You could also use the ON DUPLICATE KEY method. All of this is described in the manual. http://dev.mysql.com/doc/refman/5.5/en/insert.html
  4. trq

    updating query

    Are you trying to update an existing record or insert a new one? Your post is ambiguous.
  5. Have you added square.localhost to your DNS server or hosts file?
  6. Databases are optimized for storing data, I find it often simpler to use them.
  7. You install pecl extension using the pecl command from a terminal. I'm not sure how well that works on Windows though.
  8. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=334372.0
  9. I have no idea. Are you using some framework like jQuery or Mootools? Maybe it's a part of that?
  10. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=334315.0
  11. The description of your issue lacks the details we require to help you. Mind putting some effort into your post? The only thing I notice is the fact that your loading jQuery without knowing what it actually is / provides.
  12. trq

    PHP or JS

    Funny, but besides the time I spend at work as a PHP developer, I have actually been writing more server side code using JavaScript than PHP these days. Which do I prefer? At the moment JavaScript, but I'm not sure I would build a complete application with node.js.
  13. This topic has been moved to Linux. http://www.phpfreaks.com/forums/index.php?topic=334310.0
  14. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=334215.0
  15. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=334229.0
  16. How about you tell us what isn't working?
  17. showmodaldialog is not a built in function so you might want to at least mention what third code you are asking about.
  18. How exactly do you expect to do it without knowing JavaScript. Seriously, if I wanted to fix a car, the first thing I would do is learn about fixing cars.
  19. Start by learning JavaScript. Once you understand JavaScript you will know where to start.
  20. Where exactly are you stuck?
  21. The first thing I notice is that you are using the variable $q within your function. It does not exist within the function. You should develop code with error reporting set to E_ALL and display errors on, this will display these simple errors.
  22. You are kidding right? Did you even look at the topic for this board? Besides, were not here to write code for people, try Google.
  23. json_encode does not produce a php formatted anything. It produces a JavaScript object which will in turn contain your array.
  24. 'breaking my entire code' isn't exactly very descriptive, what debugging have you done?
×
×
  • 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.