webforms+mydata=html(output)
Out of context: Reply #13
- Started
- Last post
- 17 Responses
- doctor_shim0
You seem to be very new to this, so anything we'll say might throw you off. So be patient! Here's what I recommend for PHP. (I hope it's formatted right!)
<form name="contentForm" action="<?php print $_SERVER['PHP_SELF'];?>">
<div id="1">
<div align="center">
<span id="span1"><img src="#" width="100"></span>
</div>
</div>
<div id="2">
<span class="1a">
<input type="text" name="Info1a" value="<?php print $_POST['Info1a']; ?>" /> <br>
<a href="#">Info</a>
<br />
</span>
<span class="1b"><input type="text" name="Info1b" value="<?php print $_POST['Info1b']; ?>" /><br /></span>
<span class="1c"><input type="text" name="Info1c" value="<?php print $_POST['Info1c']; ?>" /><br /></span>
<span class="1d"><input type="text" name="Info1d" value="<?php print $_POST['Info1d']; ?>" /></span>
</div>
<button name="submit" type="submit" value="Go >" />
</form>