Jquery ajax – How to get rid of comma (,) when echo values from array in php
i am sending data from multiple checkboxes via ajax to php. This is the html: <input type="checkbox" class="get_value" value="PHP" />PHP <br /> <input type="checkbox" class="get_value" value="ASP" />ASP <br /> <input type="checkbox" class="get_value" value="JSP" />JSP <br /> <input type="checkbox" class="get_value" value="Python"…