Data Transfer Is Done How?

Discussion in 'Programming' started by Emsanator, Sep 10, 2011.

  1. #1
    Hello,

    Please see diagram:

    Untitled-1.jpg

    How can i do?

    Thank you:)
     
    Emsanator, Sep 10, 2011 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    Transfer what data from where to where? "Data transfer" is MUCH too large a topic to be addressed in a forum - it's about 12 months of coursework.
     
    Rukbat, Sep 10, 2011 IP
  3. Emsanator

    Emsanator Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    WP database, I want to get the latest addition to the topics
    I do not know how to do.
     
    Emsanator, Sep 11, 2011 IP
  4. hotnoob

    hotnoob Member

    Messages:
    96
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    28
    #4
    LOL!!!!
    data transfer is not a 12 month course lol, stop making your useless self seem important.
    ---
    as for the OP, by WP im assuming you mean wordpress.

    with wordpress it stores all your posts in a MySQL Database,
    when a page is loaded(assuming your not caching), it loads from the database.

    so for your diagram it would be...

    Blog >> New Post >> MySql Database
    Then
    User/Script requests Page >> creates page >> sends and displays page.
     
    hotnoob, Sep 11, 2011 IP
  5. johonwayni

    johonwayni Member

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #5

    You can use this code :cool:
     
    johonwayni, Sep 16, 2011 IP