i have another question. i need to have record dependant jpgs in my query. how do i do that? each id has text and graphics associated with it. there are graphics for the interface but that is separate. i list all that before
$myrow = mysql_fetch_array($result);
i have the jpgs listed already in a .dat file <tab> delimited. the text works but not the pics. how do i combat this?
thanks again for your help