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 w
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 kl".$id;//que
2 matches
Mail list logo