I am trying to query my database to have a list of all person’s names show as a link to their website…ie person’s name
I am obviously doing something wrong as I am getting “Parse error: parse error, unexpected T_PRINT” error.
at the top of my page…
in my body’s table, I have
<?php do { ?>while ($row_member3 = mysql_fetch_assoc(member3)); ?>
anyone know what I am doing wrong. I know so so little of php and mysql and my learning curve is slooooooow…can’t seem to finish reading the books! But will still keep trying!
tia
Barbara