I am new to php. My program is to split the give string seperated by comma.
that is the
input is $str = "mysql,php,java ,javascript,ect ";
output we want is
mysql
php
java
javascript
ect
How can i do this.please help me to solve this program
Thanks in Advance
Sang
that is the
input is $str = "mysql,php,java ,javascript,ect ";
output we want is
mysql
php
java
javascript
ect
How can i do this.please help me to solve this program
Thanks in Advance
Sang
Comment