phpbar.de logo

Mailinglisten-Archive

[php] MySQL Comleckser Update Syntax ?

[php] MySQL Comleckser Update Syntax ?

Cyrill Schumacher webmasterbhs_(at)_bluewin.de
Fri, 24 Nov 2000 13:18:30 +0100


hi,

um preise von der deutschen tabelle in die CHF
oder AT tabelle einzutragen, muss ich die
preise umrechnen, dass heißt aus den DM
preisen die MWST herausrechnen, dann
mal den kurs nehmen und dann mal die
länderspezifische neue MWST nehmen,
leider gibt mir hier mysql einen syntax fehler raus :-(

   if($round=="ceil"){ $rnd = "ceiling"; }
   if($round=="floor"){ $rnd = "floor"; }
   if($round==""){ $rnd = ""; }

 mysql_query("update ".$cp_tables[1]." set
  preis_hae=$rnd(preis_hae * '$cp_preis_kurs'),
  preis_eku=$rnd( ( ( (preis_eku * 100) / preis_mwst) * '$cp_preis_kurs') *
( ('$cp_preis_mwst' / 100) + 1) ),
  preis_mwst='$cp_preis_mwst'
 ") or die(mysql_error()." _(at)_ could not recalculate the prices ... ");

any idea ?

kiri




php::bar PHP Wiki   -   Listenarchive