K lol im stuck and got no idea what im doing atm, but trying get this echobut heres how it look it says meCode:Update TPLEVELLIST SET dwNeedExp = dwNeedExp(<-- load that value from db) where wTpLevel = wTpLevel(<- load that value from db)
and my codeCode:Update TPLEVELLIST SET dwNeedExp = Select wTpLevel, dwNeedExp from TPLEVELLIST where bCharType = 4where wTpLevel =
ye i know i suck :(, help the newbie plixCode:$string1 = "Update TPLEVELLIST SET dwNeedExp = ";
$string2 = "where wTpLevel = ";
$msconnect=odbc_connect("xiah","xiah","xiah");
$msquery="Select wTpLevel, dwNeedExp from TPLEVELLIST where bCharType = 4";
$msresults=odbc_exec($msconnect,$msquery);
echo $string1, $msquery, $string2;
manually copy pasting those infos will take about 3hours so is this even possible to do aka make php that says values and so on for 900 rows of data :D
