I need a PHP coder for a small job of script for Dynamic text in HTML page. The HTML should change depending on hidden value lets say. <input type="hidden" name="dynamictext" value="<?echo $_REQUEST["changing_value"]; ?>"> If the changing_value is 1 it should display a text like how are you If the changing_value is 2 it should display a text like whats up.