Notice: Array to string conversion in /home/egnhq/cms.egnhq.com/templatev3.php on line 593
$m_query = mysql_query("SELECT * FROM mbrlist WHERE sid = '" . $f_squad . "'");
im new to php, is there an easier way to edit this.
Notice: Array to string conversion in /home/egnhq/cms.egnhq.com/templatev3.php on line 593
$m_query = mysql_query("SELECT * FROM mbrlist WHERE sid = '" . $f_squad . "'");
im new to php, is there an easier way to edit this.
Nevermind.
$m_query = mysql_query("SELECT * FROM mbrlist WHERE sid = '" . $f_squad . "'");
suppose to be: $n_query = mysql_query("SELECT * FROM mbrlist WHERE sid = '" . $f_squad . "'");
had it going back to wrong one.