$file=file("templates/index.html");
$rcontent=join("",$file);
preg_replace("/{{(.*?)}}/e","$$1",$rcontent); //explain this regular expression statement alone
print $rcontent;
sowmiya.aariya 0 Newbie Poster
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.