index.php
Try this
PHP Code
In Javascript File
function showMovies(movies) { movies = movies.split(","); alert(movies.length); return false; }
Output
7
I hope this will help you.