Recent content by Davis Jaunzems

  1. D

    can some one help me with my simple php error ?

    <?php $text = "Hello World"; ?> <input type="text" value="<?php echo $text; ?>" /> This should work! You asign values to variables (like $text) with equals sign in php '='
Back
Top