Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=323252.0
  2. This is done all the time. What's the issue?
  3. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=323246.0
  4. Can we see your current code?
  5. ...Is that what you were expecting?
  6. Use: print_r($output):
  7. Pipe the output into a file or variable.
  8. If you are on a windows machine, you should use: message: "",
  9. If I am understanding your issue, you can just replace the newlines with nothing: message: "",
  10. Error message usually don't lie, well, at least not about line numbers
  11. Either use the '#' icon in the reply, or put //code here... around your code.
  12. SOAP shouldn't too difficult to understand. Googling for tutorials should suffice. I assume you're using it with PHP, so here would be a good starting point: http://php.net/manual/en/book.soap.php
  13. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=322956.0
  14. Maq

    MOVED: Web font

    This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=323117.0
  15. aubrey5, please use tags next time.
  16. What other responses did you expect? You came here needing a solution for which you showed a lack of effort and research for. Like thorpe said, without requirements every option would be merely an opinion.
  17. (I put tags around your code, please use them next time)
  18. I hate using regex in MySQL but you could use REGEXP to match these requirements. There may be a better way with string functions, but I can't think of any.
  19. May I ask what exactly you're trying to do?
  20. Maq

    Syntax question

    If your table is really named 'table' then yes, you have to use backticks around it every time since it is a MySQL RESERVED WORD. You should not be naming your tables OR columns with these words. If your table is named other than a reserved word then you don't need them, although, some consider it good practice. Take a look at the manual, it will answer this question: http://dev.mysql.com/doc/refman/5.5/en/insert.html
  21. You have to show both values being compared for each logical operation.
  22. You would either use a crontab (linux) or task scheduler (windows) to execute your script every 6 hours.
  23. Depending on how strict you want your matches to be it sounds like you should be using preg_match.
  24. This sticky should be helpful: http://www.phpfreaks.com/forums/miscellaneous/web-host-list/
×
×
  • 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.