Skip to content

Instantly share code, notes, and snippets.

@MrJSdev
Last active May 10, 2017 11:18
Show Gist options
  • Select an option

  • Save MrJSdev/707816238378a3804efb7c26586f6cca to your computer and use it in GitHub Desktop.

Select an option

Save MrJSdev/707816238378a3804efb7c26586f6cca to your computer and use it in GitHub Desktop.
<?php
$students = "Kavin, Arbaz, Salim, Neha, Nisha";
$separate = explode(',', $students);
print_r($students);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment