Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Default value

Participant ,
Feb 04, 2008 Feb 04, 2008
Dear Sir.... your help please

I have database for users registration in my web site, and there are 2 tables one for user information and other table for user notes with one-to-Meany relationship, what I have to do if any new user he register by default the page it will gives hem tow ore three default value in not (all new register user thy will have same default value)
Please your help ASAP.

Thank you.
TOPICS
Server side applications
458
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 05, 2008 Feb 05, 2008
Please any help!!!!!!!!!!!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 06, 2008 Feb 06, 2008
faiz2000 wrote:

> Please any help!!!!!!!!!!!

I had difficulty understanding the qustion. Could you rephrase it?

--

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 08, 2008 Feb 08, 2008
O.K.

I have to copy values from table to other table whenever the user he registers.

Note:
There are three tables:
First: standard values.
Second: registration information with user ID
Third: user’s notes

Example: If X user he registers, it will copy values from table one to table three, related User ID

How can I do that?

Please your help.

FAIZ
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 09, 2008 Feb 09, 2008
please your reply
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 11, 2008 Feb 11, 2008
Please your help
It is important for me.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 12, 2008 Feb 12, 2008
LATEST
faiz2000 wrote:

> O.K.
>
> I have to copy values from table to other table whenever the user he
> registers.
>
> Note:
> There are three tables:
> First: standard values.
> Second: registration information with user ID
> Third: user?s notes
>
> Example: If X user he registers, it will copy values from table one
> to table three, related User ID

There is lots you have not said but let's just assume that you have two
forms.
1. Standard values or a unregistered user I assume
2. Form used by user's registering

One way. Using form 2, query the db for the unregistered info from
table in 1. Registering user enters info and you do an insert into
table 2, with the information on the form, with the submit.


>
> How can I do that?
>
> Please your help.
>
> FAIZ



--

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines