How can i add a value to an array after i have used the Explode() function??
i have an if statement, after i have exploded a value i get in on a specific character, i then count the number of parts in the generated array, and if it is only one value then i have to add a value "0" in position [1] wich is the second part of the array.
Any ideas??