Hi Guys,<div><br></div><div>I am making another module for Voicemail. I have three fields in a POST form that have to be connected together to make it a single 10 digit number but there is something wrong in my syntax probably.</div>

<div><br></div><div><br></div><div><div>$npaa = &quot;(&#39;$_POST[anpa]&#39;)&quot;;</div><div>$nxxa = &quot;(&#39;$_POST[anxx]&#39;)&quot;;</div><div>$blocka = &quot;(&#39;$_POST[ablock]&#39;)&quot;;</div><div><br></div>

<div><b>$grplist = $npaa.$nxxa.$blocka;</b></div></div><div><br></div><div><div>$sql=&quot;INSERT INTO findmefollow(grpnum, strategy, grptime, grppre, grplist, annmsg_id, postdest, dring, needsconf, remotealert_id, toolate_id, ringing, pre_ring) VALUES (&#39;$_POST[grpnum]&#39;,&#39;ringall&#39;,&#39;$_POST[grptime]&#39;,&#39;$_POST[grppre]&#39;,$grplist,&#39;0&#39;,&#39;$_POST[postdest]&#39;,&#39;&#39;,&#39;&#39;,&#39;0&#39;,&#39;0&#39;,&#39;Ring&#39;,&#39;$_POST[pre_ring]&#39;)&quot;;</div>

</div><div><br></div><div><br></div><div>It seems that $grplist is the problem. Can someone please point what is wrong?</div><div><br></div><div>Error:</div><div><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; ">Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#39;(&#39;333&#39;)(&#39;4444&#39;),&#39;0&#39;,&#39;ext-local,vmb2000,1&#39;,&#39;&#39;,&#39;&#39;,&#39;0&#39;,&#39;0&#39;,&#39;Ring&#39;,&#39;0&#39;)&#39; at line 3</span></div>

<div><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; "><br></span></div><div><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; ">Thanks,</span></div>

<div><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; ">Bruce</span></div>