Jump to content

Quick Question


Solar

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.