speedyrudolf
Programmer
Hi. I was wondering: can files be named using 2 variables?
something like:
If anyone knows how to do this, please tell me. Thank you.
something like:
Code:
$a="not";
$b="_now";
touch("$a$b.txt");