Creating Madlib

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
student79
Forum Newbie
Posts: 1
Joined: Thu Aug 16, 2007 4:44 pm

Creating Madlib

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Post Reply