+ Reply to Thread
Results 1 to 5 of 5

Thread: need help with .csv file in BV11
      
   

  1. #1
    naveen kyatham is offline Corporal
    Join Date
    Jul 2007
    Location
    nizamabad, andhrapradesh, india
    Posts
    15

    Default 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. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default 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
    07031847328 / United Kingdom

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

    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)



  3. #3
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default 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

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,052

    Default 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!


  5. #5
    naveen kyatham is offline Corporal
    Join Date
    Jul 2007
    Location
    nizamabad, andhrapradesh, india
    Posts
    15

    Default Re: need help with .csv file in BV11

    Thank you sir,

    now it's working correctly.
    Naveen Kyatham

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49