<?php$fruits = array( 'apple', 'orange', 'grapefruit',);var_dump( implode( ',', array_values( $fruits ) ) );