Hi,
i am trying to do this task:
changing this:
<img src="#StoreImage\L_home.gif">
to this:
<img src="C:\thong\L_home.gif">
i have use this argument:
$new = str_replace("#StoreImage", "C:\thong", $myVar);
but it didn't give me the correct image path!
can anyone there help me ??
thank you very much!
from,
cK