Jessica
Staff Alumni-
Posts
8,968 -
Joined
-
Last visited
-
Days Won
41
Everything posted by Jessica
-
Take out the image header and see what is echod. in the future, store files in the filesystem.
-
Heeelp plz cron jobs notification solution!
Jessica replied to mavveton12's topic in PHP Coding Help
This forum is for help with PHP you wrote. Not writing it for you. -
You need the timestamp, not just the ?.
-
Anything that echos needs to be below anything that changes the header like a location redirect, session start, cookies, etc.
-
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/
-
There's a sticky about how to fix that problem.
-
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.
-
header('Location: url here');
-
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*
-
I'm pretty sure he DID give an example. BTW, the idea of having all your pages on one page is ridiculous.
-
Read the post in my signature about asking good questions. As well as debugging SQL.
-
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.
-
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...
-
It's not a url, it's his bitcoin address. Something that could be determined in a few seconds by using google.
-
Which is documented in the manual, under "Notes". Just saying.
-
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.
-
Did you read the manual page? There's a example right there.
-
My Social Networking Website. In progress, looking for suggestions
Jessica replied to shortysbest's topic in Website Critique
Generally you don't want to trim() passwords.