ciao a tutti!
io vorrei che il risultato del seguente fosse 25. invece mi restituisce "a + b".
si puo fare?
VAR_a + VAR_b é la forumal salvata nel database. e vorrei trasformare questa variabile in una formula utilizzabile. come faccio?codice:$VAR_a=12; $VAR_b=13; $test="VAR_a + VAR_b"; $test=str_replace("VAR_","$VAR_",$test); echo $test;
grazie
ciao
igor