Please help me to fix this!!!

Discussion in 'PHP' started by roopajyothi, May 9, 2010.

  1. #1
    Hello,
    I need your help DP Friends

    I need to create a script which can accept the contents post to it via email and able to store that in a DB Permanently and able to display that in a php page
    The individual email sent to it must display as a single article and also it much able to produce a valid rss feed for that page

    Can any one help me how to create this

    Thanks in advance!!!
     
    roopajyothi, May 9, 2010 IP
  2. roopajyothi

    roopajyothi Active Member

    Messages:
    1,302
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    80
    #2
    Any Update please???
     
    roopajyothi, May 9, 2010 IP
  3. danx10

    danx10 Peon

    Messages:
    1,179
    Likes Received:
    44
    Best Answers:
    2
    Trophy Points:
    0
    #3
    1. Create a html form so the content can but submitted.

    2. Use $_POST to retrieve the content (making sure to validate it).

    3. Email the $_POST'd validated content via mail()

    4. Do a mysql_query() -> INSERT into to insert the content into the db.... (making sure you've ran mysql_real_escape_string())

    5. Do a while($row = mysql_fetch_array($sql)) loop to displayed the stored content on the page...

    6. Find an RSS php class to generate an RSS feed based on step 5's output...
     
    danx10, May 9, 2010 IP
  4. roopajyothi

    roopajyothi Active Member

    Messages:
    1,302
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    80
    #4
    PMed You can you check that and reply please??

    Thanks :)
     
    roopajyothi, May 9, 2010 IP
  5. techbongo

    techbongo Active Member

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #5
    Are you still in need?
     
    techbongo, May 9, 2010 IP
  6. roopajyothi

    roopajyothi Active Member

    Messages:
    1,302
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    80
    #6
    Yeah Sure!
    I need that :)
     
    roopajyothi, May 10, 2010 IP
  7. gapz101

    gapz101 Well-Known Member

    Messages:
    524
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    150
    #7
    use imap or pop to read ur mails :)
     
    gapz101, May 11, 2010 IP
  8. roopajyothi

    roopajyothi Active Member

    Messages:
    1,302
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    80
    #8
    Read the thread Completely first :)
     
    roopajyothi, May 11, 2010 IP