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!
I have a file which lets you make a name and a password in a text file, and what does work is that when you click the form its action is the following script and adds the name and password to the file. Now, the problem is that when I try to display the contents of $members[0] or $name[$i][0] or any other variable that I got from the file, instead it displays something like Resource id #1. How can I fix this? If you have any questions, feel free to ask.