Can somebody tell me how to autofill a simple html-textbox using php?
<FORM> <INPUT TYPE="TEXT" VALUE="<?php echo "myvaluewith".$variable ?>"> </FORM>
Many thanks for your answer Unfortunately I can't get it working.
Could you tell me what exactly your expression ' "myvaluewith".$variable 'means?
it doesn't mean anything. I just put it there to give you a hint that you could use a string, a variable or both. In the end, it is just one long string. feel free to replace it with whatever you wish.
put your code up here and we'll see what the problem is.
Hi Craig
Thanks again for your extremly fast reply.
I found the fault: The file was safed with the extension .html instead of .php!
So all the php-code was interpreted as a simple text!
greetings.............Herbert