claytonhot
New Member
I was wondering if there is a shorter way of writing the following code:\[code\]<input type="text" name="username" value="http://stackoverflow.com/questions/2039024/<?if(isset($_POST['username'])){ echo $_POST['username']; }?>" />\[/code\]I hate having to do this will all my forms as the isset() check really messes up my HTML and scares away the frontenders.