OnlnPharmirus
New Member
Can someone help me with this. Im trying to echo an input with isset as value in php but i'm getting difficulties with the commas.\[code\]echo '<td><input class="text" type="text" id="txtLogin" name="txtLogin" value="http://stackoverflow.com/questions/15897687/<?= isset($_POST['"txtLogin"']) ? htmlspecialchars($_POST['"txtLogin"']) : '' ></td>';\[/code\]Thanks!