This line is giving no error message - but wen run in a file it results in a blank screen.
$result = mysqli_query($link,"SELECT * FROM pageref WEHRE pagerefno BETWEEN $leastinterestref AND $maxpageref");
$leastinterestref and $maxpageref are both integers within the range of pagerefno.
What have I done wrong?
php5 in use.