Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. I have no clue what you are asking, please elaborate.
  2. Don't use an iFrame, they are probably using mod_rewrite or something similar.
  3. @evansste - please use code tags when posting code.
  4. Pretty much my thoughts as well, nothing impressive or different, just tailored towards amazon's services.
  5. Today, Amazon announced the "Fire Phone", what are your thoughts? http://www.businessinsider.com/amazon-fire-phone-2014-6
  6. As Ch0cu3r mentioned, typically you would leave $subtotal private and create getter/setter methods to access it.
  7. @OP, please use code tags when posting code.
  8. @OP, please use code tags in the future.
  9. Side note: When developing you should have error reporting on and remove '@' symbols from your code (which suppress error messages): $value = @explode($locale['mon_decimal_point'], $value);
  10. Assuming all of your fruit classes extend or implement product, it looks like you should be using the factory pattern. Create a ProductFactory class that takes in the $product and returns the correct object.
  11. What have you tried (post only relevant code)?
  12. 1) You need to use the object you instantiated to invoke that method. 2) You don't need to echo if you are echoing in your function. 3) As ginerjm mentioned, you don't need those extra curly braces in your methods.
  13. @OP, if you are using a decent editor/IDE it will detect invalid XML and XSL tags. This isn't a PHP question, moving to "other programming languages".
  14. Moved topic to appropriate forum, please be careful of where you're posting. Also use code tags when posting code.
  15. As Jacques1 mentioned, it's obfuscated so they obviously don't want you using this code. You can try going to their website and contacting them otherwise, I would forget about this script.
  16. Maybe I'm confused about your question is but why can't you use something like google analytics? I'm also not sure what this means, "without using a database on this ftp"?
  17. @dapcigar, please follow the rules and use code tags when posting code.
  18. Looks like it's working fine. If there is an issue, why don't you contact the author of the script? That's a lot of code to go through, you're going to have to isolate the issue.
  19. Instead of scraping, search to see if each of these sites have an API you can use, it's far more reliable. Also, I would attempt to do this yourself then if you have specific questions post them in the appropriate forum section for more helpful replies.
  20. Careful where you post, moving to JS section.
  21. Please use code tags when posting code. What do you mean by "no longer working"? Does it error out? What happens?
  22. It's pretty straight forward and there are plenty of examples. Try to figure it out and come back with a specific question or some code.
  23. Finally, was getting sick of all his reports!
×
×
  • 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.