ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,142
- Points
- 823
Reputation:
I want my add-on to grab data from a file and put it into a database. I put a file into src/addons/AV/AddonName and in my public controller I open it with
PHP:
. And controller doesn't see it. What's the scoop? Wrong path? Or I should place a file in some certain place?
Please advise.
Continue reading...
PHP:
$file = fopen('file.csv', 'r');
. And controller doesn't see it. What's the scoop? Wrong path? Or I should place a file in some certain place?
Please advise.
Continue reading...