subscribers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abnera
    New Member
    • Feb 2010
    • 3

    subscribers

    i want to create a subscriber form where by i can delete, update, insert a subscriber!!
    i'm also supposed to import subscriber(uplo ad a csv file) and export(download a csv file seperated by ";")... and only the name and the email can be edited!!

    any help as to how i can go about it???
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hey.

    The methods used to interact with databases (MySQL in particular) are covered in pretty much every PHP tutorial ever published. I would suggest you try reading a few of those.
    (Try w3schools.com, for example.)

    If you have any specific problems when attempting this, post them and we will be more than happy to check it out.

    As to the CSV interaction, you can use the fgetcsv and fputcsv functions to read and write data from a CSV file. - You may also want to consider just using something like phpMyAdmin which has built in support for importing and exporting CSV files.

    Comment

    • itsloop
      New Member
      • May 2009
      • 18

      #3
      nice or you can use any 3rdparty Newsletter software.

      Comment

      • abnera
        New Member
        • Feb 2010
        • 3

        #4
        ok thanks, i will see about it!!

        Comment

        Working...