[PHP] illegal string index

2001-02-28 Thread E. Uytterhoeven
Hi, I made a site that uses the following code: $id = base64_decode($go);// decoding ID $DataBaseNaam = "teller";// name of DB include('connect.inc.php3');// connection to DB $query = "select * from

Re: [PHP] illegal string index

2001-02-28 Thread Chris Lee
I usually put '' around my indexs if they are not numeric, sometimes I dont have to sometimes I do, so I allways do. $ip[$t] = $waarden['ip']; another note is check if there are any NULL entries in the 'ip' field in your db. if a field is NULL then php does not create that index. and you