Can anyone tell me what the problem is with this snippet?
while ( $row = sqlsrv_fetch_array($result2,sqlsrv_fetch_assoc)){
extract ($row);
echo ‘
echo ‘
echo ‘
I cant get anything to display, I’ve put in some echo statements and it seems to just die when it get’s to the ‘while’