Hey guys, i have a variable $Date
that is automatically updated each day. I would like to create a new text file each time that there is a new entry. So basically every day.
I would like to use fopen
to create a new text file every time a user submits a value, but only for that day. If a user creates another account the next day, it will be a new text file with that date for a name...
Ben sadece üç değişken var, $date
, $Name
, ve $number
aşağıdaki gibi bu oluşturmak mümkün mü?
$textmember = "$date.txt"
teşekkürler!