I'm just surprised the dam construct_phrase function isnt working. It makes no sense. The code looks 100% accurate unless I'm missing something. Maybe others can shed some light.
Peter, I thankyou for your quick and friendly response. Happy Holidays to you buddy
--------------------------------------------------------------
b.t.w, think I'm getting closer here:
If I do
Code:
$ptp_alertpm = construct_phrase($vbphrase['ptp_alertpm']);
if (empty($vbphrase['ptp_alertpm'])) {
echo "phrase is empty";
}
it actually prints out Phrase is empty, which leads me to believe the contstruct phrase isnt working or something because the phrase has info in it, I checked.