PHP Code:
$names = preg_split('/[\r\n]+/', $names);
foreach($names AS $key => $val)
{
$attendees['member_name'] = $val;
$attendees['raid_id'] = $raididnow['raid_id'];
$DB_site->query(fetch_query_sql($attendees, 'dkp_raid_attendees '));
How would I call it back into the format it was in for modify raid?
also (sorry, I really am)
How would you parse this:
Code:
1 Borr 60 Paladin
1 Fila 60 Warrior
1 Mightyal 59 Warrior
1 Soulss 60 Priest
1 Taparoo 60 Warlock
2 Crazy 60 Paladin Officer
2 Cronis 60 Mage
2 Ewoc 60 Warrior
2 Shortee 60 Rogue
2 Xirro 60 Druid
3 Agronom 60 Paladin
3 Benumbed 60 Priest Raid Leader
3 Souldat 60 Rogue
3 Warv 60 Paladin
and remove everything but the names