Announcement

Collapse
No announcement yet.

need help with .csv file in BV11

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • need help with .csv file in BV11

    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
    Naveen Kyatham

  • #2
    Re: need help with .csv file in BV11

    You need to write it to a database.. then you can export the database as a csv file.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment


    • #3
      Re: need help with .csv file in BV11

      Try opening using the filepath instead of http.
      ie. fopen('/public_html/path/to/file/file.csv', 'r');

      Register/Login Script
      Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

      Comment


      • #4
        Re: need help with .csv file in BV11

        The new login system in BV11 creates csv files but you need to provide the relative path. The simplest way is to create the csv file in the same folder where the form is, so the file in the settings would be (in example) simply "test.csv"
        Navaldesign
        Logger Lite: Low Cost, Customizable, multifeatured Login script
        Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
        DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
        Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

        Comment


        • #5
          Re: need help with .csv file in BV11

          Thank you sir,

          now it's working correctly.
          Naveen Kyatham

          Comment

          Working...
          X