I was wondering what is the most effective way of putting this: Code: --- SavionLegendZzz: Classes: Default: Name: Default Primary: AR15 Secondary: M1911 Perk: Ghost Unlocked-Primaries: - AR15 - Remington Unlocked-Secondaries: - M1911 Unlocked-Perks: - None - Ghost Unlocked-Equipment: - None - Grenade Level: 1 XP: 0 Kills: 0 Deaths: 0 FreeForAll: Wins: 0 Losses: 0 UUID: :P TeamDeathMatch: Wins: 0 Losses: 0 Tier-One-Killstreak: - None - UAV Tier-Two-Killstreak: - None Tier-Three-Killstreak: - None Name: SavionLegendZzz ... into my SQL database ? i have tried looking it up with no success
thanks! instead of the doing serialized/unserialized i used json_encode and json_decode for anyone who was wondering.
You don't need SQL if you just serialize all the data into a during. SQL is a table storage, not a string storage.