$AlzaabiChars and $AlzaabiDisplay are already INT's, no need to redefine them again.
You can also toss the ELSE, is not needed. And you should use the slave query style.

BTW, you have a syntax error:
$Alzaabi['pagetext'] = $Alzaabi['pagetext']
You miss a ; at the end.
I hope you don't have a busy site, because your actual query will break your server, the way it is now.
Not to mention the permissions. If you have a private forum, your above query results will show to everyone, not making you a happy camper.
When you ask a code question, you need to tell us some decent info.
Are you inside a function (hook location, for example global_complete), so you globalize your $Alzaabi var?
Did you run the query to see what it outputs, as result?
Did you var_dumped $Alzaabi['pagetext'] in the loop?
I don't see any of this info posted into your thread. Without proper info, you cannot get proper answers.
Hackers will simply ignore you and you will get frustrated.
EDIT. Don't use the PHP bbcode, it wraps the code. Use the CODE value instead.