Hi,
This is the last part in my quest for help. 🙂
I need something that can assign a single variable to a group of files in a folder with a prefix made up by a date function.
Example:
Files in the directory:
perm/12_123.html
perm/12_ffdf.html
perm/23_ddd.html
Variable for the prefix:
$date = date(m);
Then, assign a variable to only the files in /perm/ with the prefix of the variable $date.
So it would only assign the variable to 12_123.html and 12_ffdf.html and not the other one.
Remember, only one variable for all of the files with that prefix. 😛
Thank you all so much. I've really got a lot more knowlage about PHP now because your your generous help.