Jump to content

Jessica

Staff Alumni
  • Posts

    8,968
  • Joined

  • Last visited

  • Days Won

    41

Everything posted by Jessica

  1. For more: http://us2.php.net/manual/en/language.types.type-juggling.php
  2. Like anyone knows what I mean. I don't even know what I mean.
  3. You should be using a JS debugger, it would point out the problem.
  4. 1. Is the file actually called .html, or is it .tpl? 2. Can you post the template please?
  5. If you want someone to do it for you, you need to post in Freelance.
  6. You wrote them. Look at the code, what is it doing?
  7. Combine the two functions into one, and set it as the onsubmit function.
  8. Can you post the entire section of code?
  9. How? The data is x1, x2, x3 Would you do it using the LIKE(% %)?
  10. ... How on earth does 22 == cars and 2 = business? you said 22 = v How many categories are there? You should have a table which has each category and it has an ID, which it SOUNDS like you sort of already have - and then store the category id with each product, and join the tables.
  11. No - passwords should not be hashed with MD5, and most sites don't use a temporary password for a reset, that's not very secure. I don't know what you mean by password comparison. Also, why would you do "prgmatch" on input? Not to prevent injection... Why are you posting this here anyway? Are you actually asking someone to build you a system?
  12. What do you mean you want to replace with words? How do YOU as a human know what letter(s) to replace 22 with? How do you know it's supposed to be v and not cc?
  13. You would have to run it backwards, but then what happens when you WANT cc instead of v? Or want cb and that's 21, and you replace it with u? You need to zerofill your numbers, or use a deliminator. Why are you doing this?
  14. use number_format(), and then if excel still doesn't like that, you'll have to make the cell a string by wrapping it in quotes.
  15. What doesn't work? How? What do you see when you use js debugging tools like Chrome or Firebug.
  16. Did a guru really just necro a thread? (Okay, I've been waiting to use that term for ages now.)
  17. If you're allowed to be doing this, look into SAML. If you're not, we're not going to help you break the TOS of another site.
  18. Post the content that you get, if there is some marker that signifies when the email ends and the replies start, you can do it.
  19. Wanting something does not make it a good idea.
  20. If OP doesn't want the tab to be loaded until the user clicks it, they do need AJAX.
  21. I didn't see your second message when I posted, I was using the mobile site so that might be why. Glad you got it figured out.
  22. I read that as it works in one and he wants it to work in both. That's all I got though.
×
×
  • 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.