poço que é fácil…
$sql = “Current_Value SELETO, identificação do stock_index”;
$result = o mysql_query ($sql) ou morrem (o mysql_error ());
quando ($row = mysql_fetch_array ($result)){
$current_value = $row [0];
$id = $row [1];
$sql2 = da “stock_index AJUSTADO Starting_Value= AJUSTADO “$current_value” do stock_index ATUALIZAÇÃO ONDE identificação = $id”
$res = o mysql_query ($sql2) ou morrem (o mysql_error ());
}