$dosya = "index.php"; $fh = fopen($dosya, 'r'); 
$gercegi = "<[B]? [/B][B]include("sfpg.php"); sfpg(); echo $data;[/B] [B]?>[/B]";

if ($dosya != $gercegi)
{
echo "olmaz";
}

I want to do this but I cant. I do not want to run the bold text. I only want to use it in text.

How can I do it ??

Use single quotes. That simple.

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.