Search found 1 match
- Mon Apr 20, 2009 1:02 am
- Forum: General Discussion
- Topic: how can i display this in the webpage
- Replies: 0
- Views: 550
how can i display this in the webpage
I am very new to PHP i have made the following code. How can display it to the webage that i should be able to enter the information for many people. any help would be appreciated <?php $file_name = "myfile.txt"; if(file_exists($file_name)) { //open file for writng and place pointer at the...