Topic awaiting preservation: Database retrieving question |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: |
posted 01-22-2005 18:42
I'm sure this is simple to all of you...or perhaps I've gone and done a horrilble thing setting up my database this way, so please forgive me I'm without db training here. I have a table containing my pages in one column and each unique ip in the next column like this: |
Bipolar (III) Inmate From: f(x) |
posted 01-22-2005 18:54 |
Nervous Wreck (II) Inmate From: |
posted 01-22-2005 19:36
zavaboy, code: $unique_index = "SELECT count(*) FROM ip_hits WHERE page = '/index.php'";
|
Bipolar (III) Inmate From: f(x) |
posted 01-23-2005 06:44
Try this: code: $Link = @mysql_connect ('localhost','username','password') |