Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PHP Help?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29975
    donaldkeir
    Member

    how would i save submitted form data to a text file using HTML and PHP? please help

    #81760
    thisishard
    Member

    Have you tried researching? The best way to learn i think is by researching, try this,
    http://www.w3schools.com/php/func_filesystem_fwrite.asp
    post back if you still need help

    #77100
    ahmad
    Participant

    you can also you
    file_put_contents( FILE_NAME, CONTENT_TO_BE_ADDED_TO_FILE, FLAGS[optional] );

    its just an easier way to do it.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.