Quote:
Originally Posted by sabret00the
oh and i read php.net before i came here too
|
Didn't know you could read THAT fast
Back to your problem. I think your approach is not the best. What if the message is different (strstr would be false), it would not include the message.
Why not just a plain and simple:
PHP Code:
if ($personal_message != $og_personal_message )
That would be enough to find a changed message.