SyntaxFix
Write A Post
Hire A Developer
Questions
I think this is what you are trying to do
$array = array('lastname', 'email', 'phone'); echo "'" . implode("','", explode(',', $array)) . "'";