3
I replaced this line:
le="color: #000000"><?php $results = 'SELECT account FROM ' . $xoopsDB->prefix('wmfx_popsettings') . ' WHERE id = '1'';
With your code:
le="color: #000000"><?php $results = $xoopsDB->query(' SELECT account FROM ' . $xoopsDB->prefix('wmfx_popsettings') . ' WHERE id = '1' ');
Now when I do an echo to see $results, I'm getting this:
le="color: #000000"><?php Resource id #69
Is this correct or am I doing something wrong?