Solar Posted December 14, 2009 Share Posted December 14, 2009 Hello I want to use this forum tutorial from; http://www.phpeasystep.com/phptu/12.html I would rather change; <input name="name" type="text" id="name" size="50" /> <input name="email" type="text" id="email" size="50" /> into; <input name="name" type="[i]hidden[/i]" id="name" size="50" value="[i]echo username[/i]"/> <input name="email" type="[i]hidden[/i]" id="email" size="50" value="[i]echo email[/i]" /> But my username and email are in a different mysql table, How can I echo the username and e-mail from a different mysql table to submit into this form? Thanks, Steven Link to comment https://forums.phpfreaks.com/topic/185106-quick-question/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.