Forum: PHP Jan 22nd, 2006 |
| Replies: 1 Views: 1,935 |
Forum: PHP Jan 22nd, 2006 |
| Replies: 1 Views: 1,181 |
Forum: PHP Jan 22nd, 2006 |
| Replies: 1 Views: 1,394 What? If you are trying to install a PHP-Nuke module, you should visit their site for support. I don't know the URL for PHP-Nuke, try google.
-matt |
Forum: PHP Jan 22nd, 2006 |
| Replies: 1 Views: 4,053 You forgot to terminate the line that contains
mysql_select_db("musiclist", $conn)
it should be:
mysql_select_db("musiclist", $conn);
-matt |
Forum: PHP Jan 22nd, 2006 |
| Replies: 1 Views: 1,104 I don't think I understand what you want. So, I think you want to be able to click on a name and go to a page that has more information? Is that correct? If so, just make a hypertext link for each... |