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!
log users and their ips and everything for your site using only php
i couldnt find any scripts of that because i dont know wut they would be called, from your guys experience which way is the best?
you can either go for a MySQL solution or a flat file solution
MySQL you just need to use the standard commands
the fwrite and fopen commands is probably the most important command for writing to text files fopen command fwrite command