I created the form for subscribers. This is working fine. But i want to write the form data into a .csv file. if i try this i can get following error
Warning: fopen(http://www.nizamabadinfo.com/balkonda/test/test.csv) [function.fopen]: failed to open stream: HTTP wrapper does not support writeable connections in /home/kmnyqnlv/public_html/balkonda/test/subscribe-campus.php on line 16
can't open file
--------------------------
the links are:
form url : http://www.balkonda.nizamabadinfo.co...ibe-campus.php
success url : http://www.balkonda.nizamabadinfo.com/test/success.html
error url : http://www.balkonda.nizamabadinfo.com/test/error.html
csv file location : http://www.balkonda.nizamabadinfo.com/test/test.csv
permissions 644
plz help me
Warning: fopen(http://www.nizamabadinfo.com/balkonda/test/test.csv) [function.fopen]: failed to open stream: HTTP wrapper does not support writeable connections in /home/kmnyqnlv/public_html/balkonda/test/subscribe-campus.php on line 16
can't open file
--------------------------
the links are:
form url : http://www.balkonda.nizamabadinfo.co...ibe-campus.php
success url : http://www.balkonda.nizamabadinfo.com/test/success.html
error url : http://www.balkonda.nizamabadinfo.com/test/error.html
csv file location : http://www.balkonda.nizamabadinfo.com/test/test.csv
permissions 644
plz help me
Comment