Page 1 of 1

Creating Madlib

Posted: Thu Aug 16, 2007 4:49 pm
by student79
Please, if anybody can help me. I am trying to create a madlib using php. I am not sure how to link my "display madlib" button to the text file. What is the script for the display function and the correct way to create a text file. Thank you.

Posted: Thu Aug 16, 2007 5:17 pm
by feyd
Display function? Can you explain what you're referring to? (There are many many many many functions that "display" things.)

Files can be created via fopen() and its family.