Thank you =]

Thank you =]
Sangreal / Romanity ~ Habbo UK & USA
[OurHabbo.Net Owner]
Lewis. (Formerly xRoyal15)
Using eregi_replace or str_replace.... is it possible to instead of doing it individually like you showed, to do say....
because it makes it easier to do it that way, using a function ive definded... but when i did it, I got http://%7bsite_domain%7D/%7bfrontend_folder%7D as the end value....PHP Code:function replace($string)
{
eregi_replace("{", "$", "$string");
eregi_replace("}", "", "$string");
return $string;
}
Sangreal / Romanity ~ Habbo UK & USA
[OurHabbo.Net Owner]
Lewis. (Formerly xRoyal15)
Want to hide these adverts? Register an account for free!