Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sandy103

    PHP form to create text file

    To create a file like what you mentioned Please have a look at this code.. $fp = fopen('file.txt',"a+"); $f = "entry_one|entry_two|entry_three\r\n"; $s = fwrite($fp,"$f"); $s = fclose($fp); Hope this helps..Thanx

Part and Inventory Search

Back
Top