Jump to content

Jessica

Staff Alumni
  • Posts

    8,968
  • Joined

  • Last visited

  • Days Won

    41

Everything posted by Jessica

  1. Take out the image header and see what is echod. in the future, store files in the filesystem.
  2. This forum is for help with PHP you wrote. Not writing it for you.
  3. Anything that echos needs to be below anything that changes the header like a location redirect, session start, cookies, etc.
  4. Don't use ob, fix your script so you do all the logic before outputting anything. I don't get why people read posts like those and only look for the "quick fix". It tells you how to fix it. http://forums.phpfreaks.com/topic/273121-readme-php-resources-faqs/page__p__1405508#entry1405508 http://forums.phpfreaks.com/topic/1895-header-errors-read-here-before-posting-them/
  5. There's a sticky about how to fix that problem.
  6. He's already using Ajax. He's asking how to switch from jquery's ".post" to ".ajax" Which should be easy by reading the manual.
  7. Careful requinix, I got admonished for pointing out that MLM is a scam. Apparently there's an unknown list of things we're not allowed to judge people for. Anyone notice that when OP uses that particular font they hardly ever return? *conspiracy theory*
  8. I'm pretty sure he DID give an example. BTW, the idea of having all your pages on one page is ridiculous.
  9. Read the post in my signature about asking good questions. As well as debugging SQL.
  10. No. You can never trust data the user sends you. You need to verify on the server side that the data you got is correct.
  11. You cannot put mysql_real_escape_string INSIDE OF ANOTHER STRING. If you do echo "strlen($str)"; you will not get the strlen of $str. Move your function OUT OF THE STRING.
  12. If you're going to try to insult me, you might try to get your facts straight. I'm a twice-dropout. For the future, you might think about your "jokes". A joke in which you pretend to not understand something, then when someone tells you what it is you respond by saying you knew and it was a joke - doesn't make much sense as a joke. I *know* what a bitcoin address is, and it's not a URL. You don't need to share a wiki page with me, you're the one who apparently didn't know what it was...
  13. It's not a url, it's his bitcoin address. Something that could be determined in a few seconds by using google.
  14. You can't put a function within a string like that. As you should be able to deduce from your bad data.
  15. Which is documented in the manual, under "Notes". Just saying.
  16. See, if you had posted all that in your first post you could have gotten help about 4 hours sooner than you will now. Read the note on the page. Sounds like your script is fine, it just never has a chance to send the message. Your script will never end as far as I can tell. But I've never used that functionality. Now that you've posted what your ACTUAL problem is, someone who does understand it can help.
  17. Did you read the manual page? There's a example right there.
  18. Cool. In the future hit the little toggle in the top left and just type without the spaces
×
×
  • 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.