A autopost Guest Mar 15, 2008 #1 how can i get the results of a form to be added to a text file, using php?try this.. $data = $formfield1.",".$formfield2... ; $fp = fopen("filename.txt","a") ; fwrite($fp,$data) ; fclose($fp) ; tonto
how can i get the results of a form to be added to a text file, using php?try this.. $data = $formfield1.",".$formfield2... ; $fp = fopen("filename.txt","a") ; fwrite($fp,$data) ; fclose($fp) ; tonto