Search found 2 matches

by Mjollnir
Tue Aug 14, 2007 4:02 am
Forum: PHP - Code
Topic: Hostname information
Replies: 1
Views: 428

Hostname information

Hi I am wondering if it would be possible to get the hostname of a pc that logs into my site? We have situation where people are using other peoplse usernames and passwords in order to try and curb this we would like to record the some host information when the person logs in. Is this possible? Thanks
by Mjollnir
Wed Oct 19, 2005 8:44 am
Forum: PHP - Code
Topic: mssql_fetch_array
Replies: 0
Views: 159

mssql_fetch_array

Hi I am struggling a bit with the result array from mssql_fetch_array. I would like to strip the numeric keys from this array. In order to be left with an array that only contains columns names and their values ? Another thing key values of column name are choped if they are longer than 30 character...