i have a project the user will enter example :
footballclub=[realmadrid,ronaldo,7;barca,messi,10]
so that after every ";" it gives new data that its order is the same like previous
the user will write many data up to 100 for example so after that when he enters for example :
club_name the out put will be realmadrid
barca
players_names the out put will be ronaldo
messi
and btw i can enter many player of same club
how to achieve this please giive examples
Last edited on