Forum: PHP May 28th, 2008 |
| Replies: 50 Views: 4,923 Keith,
It looks nice, hard to see functioanlity when no one else is there. Nice that "Admin" tells who leaves the channel.
Maybe make it also echo *name* has joined the channel...
I would make... |
Forum: PHP May 26th, 2008 |
| Replies: 8 Views: 817 Here is what I suggest:
Create a page called secure.php
add the following code as it is: ONLY change " your_login_page "
<?php
session_start();
if (empty($_SESSION['username'])) ... |