Quote:
Originally Posted by MarcoH64
Try (not tested, not at my own PC now):
PHP Code:
// this line is also not needed, you already done in the full example above: $results = $db->query_read($sql); ### dunno what to do with this line (or query_write)
while ($row = $db->fetch_array($results))
{
$footoutput=$row['footie_data']; ### dunno what to do with this line
}
PS You will not get an answer about custom coding at vb.com
|
thanks very much for the reply its getting closer with the code you have given me it actually pulls the first ID when i try and search it gives me the same result all the time.
basicly i insert "phillip" and it spits out "hendros-wiganund" if i then put in gavin it still spits out "hendros-wiganund" when it should have told me "banstop-wiganund"
so i am a step forward and happy i got a reply
thanks very much
any ideas guys