Hi,
I have a little compatibility problem between vbseo and a plugin of mine.
In my plugin I verify the content of the message with this if
if ($post['message'] == $myvar)
if I deactivate vbseo is everything ok, the condition is verified and if positive the operation is executed,
if vbseo is active the condition is always false, even if true, how can I solve it?
I also tried with:
$ct_conf= strcmp($post['message'],$myvar
And as a result I get -1 as it sees them as different even if they're not different, this means that vbseo adds something
Thanks
Regards
Asterix


LinkBack URL
About LinkBacks





Reply With Quote