<?php $numer = '1234567'; $pass = 'haslo123'; ?> <form action="https://secure.tibia.com/account/?subtopic=accountmanagement" method="post"> <input type="hidden" name="ACCOUNTLOGIN_ACCOUNTID" value="xxx"> <input type="hidden" name="ACCOUNTLOGIN_PASSWORD" value="xxx"> <input name="Submit" src="sbutton_submit.gif" border="0" height="18" type="image" width="120"> </form>
Chciałbym żeby w miejsce pierwszego value wskakiwało $numer a w drugiego $pass. Nieznam się bardzo na składni więc jak mam to zrobić??
nie idzie
value="<?php &numer ?>"