Hello, I tried searching the forum and the manual but didn't find how to do this.
I have to delete an entry from an array. It also happens to be the either the first or last entry of the array so if there is no function to eliminate a specific string of text then i will settle for something that let's me purge the first or the last entry of an array... The number of entries in the array change.
I tried str_replace but it didn't work.