hai friends,
how can i change the color of $text3.i tried with html and css its coming but i dont know how to embed with php
<html>
<body>
<form method="POST" action="textbox.php">
Enter The Text:<input type="text" name="text">
<INPUT TYPE="submit" name="ok" value="ok"></form>
<?php
if(isset($_POST['ok']))
{
$text3=$_POST['text'];
$para = " how are you Mr.$text3? ";
echo $para ."<br>";
//echo str_replace("hello",$text3,$para);
}
?>
</body>
</html>
help me please
thanks & regards
j.sivaani