How would I write to a regular .txt file? Im on Windows Xp with IIS installed along with php. I wana make it so people type info into a form txtbox then the txtbox info be written to the file sn.txt. (i'm also very new to php)
// What I have.. (close but not good enough) "<?php $myfile = fopen("sn.txt","w"); print "The file $myfile should now be opened."; print "<HR>"; $fp = fwrite($myfile,"test"); fclose($myfile); ?>" -- -Alias: |{iller -Website: http://www.ai-syndicate.com -AIM: Prn2000Str -Email: [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php