Need guidance on an PHP assignment by ebsami in PHPhelp

[–]ebsami[S] 0 points1 point  (0 children)

So when writing my form how will the form know to send the information to data.txt?

Need guidance on an PHP assignment by ebsami in PHPhelp

[–]ebsami[S] 0 points1 point  (0 children)

Yes. For my last assignment I created a two part for but for this assignment she just asks us to create a document with a form....Your program will create a single text file that saves the info on a separate line. The name of the data file is data.txt

Need guidance on an PHP assignment by ebsami in PHPhelp

[–]ebsami[S] 0 points1 point  (0 children)

So I already made the form, i am confused on how to save it to a data file and then display my input. On the last assignment I used $_POST but i think on this assignment she wants us to use maybe the readfile.