Posted by Garry Jones on 10/20/06 00:15
DUH!
Ok, I am starting to grasp this now.
A little bit nearer since my last effort.
$ml_collect='SELECT * FROM ml_lopp LEFT JOIN scfmforening.scfmfor ON
ml_lopp.scfmnum = scfmforening.scfmnum ORDER BY loppnmn';
$ml_upg=mysql_query($ml_collect);
$num_ml=mysql_numrows($ml_upg);
But that is misfiring and not picking up any rows.
Can you see why?
Garry Jones
Sweden
[Back to original message]
|