Buying Need quick PHP enhancement to existing application - $50

Discussion in 'Programming' started by BandonFlyer, Jun 23, 2010.

  1. #1
    I have a CMS in MySQL/PHP (all custom code) that uses a Client/Project/Task metaphor. A client can have one or more projects, a project one or more tasks. Each task is an article.

    When on the Project page, there is a “Send Project” button that does the following:

    (a) Allows you to select a format (defined below).
    (b) Set the email address (there is a default that is read in from the database but can be changed)
    (c) Allows you to add a custom email message – this will go atop of a “canned” message that is driven by a template file.
    (d) You press “send” and it sends out the email with the file attachments from all of the tasks for the current project in the specified format in (a) above.

    Currently the formats are:

    Individual files – each “task” in the project is saved to a .txt file with the “title” on the first line and the “body” after that.

    Two different “stream” formats. By stream I mean that all of the tasks are concatenated into one big text stream document with delimiters for titles and body.

    A ZIP file… actually this is the same as the first option, it just creates one ZIP out of all of the individual files and attaches just that one file.

    What I need is simple. Two more additional stream formats added to the code. These are SUPER easy. There are only three data elements that we’re dealing with- the ‘title’, the ‘body’ and links within the body. All you have to do is modify existing code to create two more distinct export types and they will simply be alterations of one of the existing stream formats. So not much code will really have to be written. All of the database code and looping logic, etc… is already there, just need to add these two export types to it.

    I need it complete within 48 hours.

    I can pay $50 via paypal after complete and tested.
     
    Last edited: Jun 23, 2010
    BandonFlyer, Jun 23, 2010 IP
  2. BandonFlyer

    BandonFlyer Member

    Messages:
    194
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    As Seller:
    100% - 0
    As Buyer:
    100% - 1
    #2
    This is now closed...

    Thanks for your help.
     
    BandonFlyer, Jun 23, 2010 IP