demo form uploaded only saves temporarily

  •  03-18-2008, 12:27 AM

    demo form uploaded only saves temporarily

    Maybe I'm daft or something, but I followed the directions, and this is what happens:
     
    I add some text and a photo and hit save.
    I am redirected to Get_HtmlContent.php and what I did displays. The whole bar works correctly - all the buttons have functions.
     
    I check from another machine and it does not exist - same Get_HtmlContent.php, but no items displayed.
     
    It seems to save and display what I have done for the session, but if I dispose of temporary internet files and destroy the session, the first computer also displays nothing on Get_HtmlContent.php.
     
    Get_HtmlContent.php is CHMOD: 755. It is the only file I changed in this way.
     
    Did I miss in the docs where the display gets stored? Did I miss that something else must be CHMODded differently?
    Can I make this so it saves into a MySQL database?
     
    How do I create permanancy of content?
View Complete Thread