Forum Moderators: coopster
I've played around a little with the function fwrite() and got things working but I'm a little concerned about the permissions needed to make it work.
It works with:
666
777
but not with:
644
744
Is there a way to secure this? It's just a froogle feed, so I'm not worried about someone seeing my .txt page, I just don't want to open any doors that should remain locked.
Right now I have a .csv file with about 10 rows, so I need to reduce this automatically. It is not a MySQL database, so I can't ask for advice on that.
Is there something I need to or CAN place in the script to make it work for me?
Or am I safe to leave it as 666? Or what?