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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.