Hi again,
Ok heres my problem:
Lets say I have a string which contains:
"Hi my name is Tim";
And i have another string containing a pattern:
"HI MY NAME IS *";
I wanna match the pattern to the input and replace the star with what they put. How can I do this in PHP?