Hello,
How can i do this?: if ($string{0} == &) { delete the & } ??
regex's are fun 🙂 <? $string = "&thingamajiggy"; $string = preg_replace('/&/','',$string); echo $string; ?>