Hello ,
i want to write some information to a file before inserting in the database but when i try to open the file
i have to go this way :
fopen(home/domain/public_html/wp-content/plugins/file.txt)
how can i change this in a way that will work in a plugin (i mean in a way that it will work for all people if they enable the plugin that i'm trying 2 make ...)
Thank's