<p>Its not wise to haste in posting for help without first spending sometime thinking yourself. Your mysql syntax is not right, you can clearly see the missing single quotes starting from &#39;ext-local. I would also suggest to use a different syntax for this mysql statement, i.e. using SET instead of VALUES, which makes the syntax much clearer, i.e. INSERT INTO `table` SET `col1` =  &#39;value1&#39;, `col2`= &#39;val2&#39; and so on.<br>
</p>
<p>Zeeshan A Zakaria</p>
<p>--<br>
<a href="http://www.ilovetovoip.com">www.ilovetovoip.com</a></p>
<p><blockquote type="cite">On 2010-07-10 12:13 AM, &quot;bruce bruce&quot; &lt;<a href="mailto:bruceb444@gmail.com">bruceb444@gmail.com</a>&gt; wrote:<br><br>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 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 style="font-family:&#39;Times New Roman&#39;;font-size:medium"><br></span></div><div><span style="font-family:&#39;Times New Roman&#39;;font-size:medium">Thanks,</span></div>

<div><span style="font-family:&#39;Times New Roman&#39;;font-size:medium">Bruce</span></div>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></p>