Hello all.
I am working on a Cooking Recipes profile and have a field recipe_nutrition where I add the nutritional values in a textarea field like:
Calories: 2000kj
Fat: 10gr
Carbohydrate: 10gr
Protein: 50gr
Vitamin C: 10mg
Iron: 20mg
So I am using the explode function to se...