can u give an example of the 3rd value?
ive added 2 diff fields in both tables which will autoincrement on every record that is inputted. so i use this id to be the common value. so this works for now. however this is not really dependable, since a user might just input the first form, but didnt complete the second form. this will result in discrepancies between both tables. do u get what i mean?
appreciate any help...
User Profile
Collapse
-
hi all..i think its not input hidden...i think i have to use mysql join..but how do i join these 2 tables when there are no common field in these 2 tables?
pls help!!!Leave a comment:
-
link 2 tables based on user input in mysql.
hi all,
i have 2 different html forms which will insert personal details and work details (using php) into 2 tables in mysql. my question is, how do i link these 2 tables together? it looks like i have to carry a certain unique id (eg name) from 1st form to the 2nd form.
i thought of using the hidden input. however, from what ive read, the value is fixed.
in my case, the value is also an input from the... -
headers already sent in php
hi all
i have a form where a user submits their personal data. after the form is submitted, it will go to a 2nd page where tthe personal data will be submitted into mysql db without any output on the webpage.
My question is, I'd like to redirect the page to a different form. I was lookign from the internet and the forums say to use header function. However, it doesnt work. I keep getting error:
Warning:... -
yup, it shud be dreamweaver settings. do you know what the settings might be? ive looked in the net, however none of the suggestions work for me!Leave a comment:
-
cant connect to mysql from dreamweaver
Hi All,
I have a problem where I could not connect to mysql database from dreamweaver 8. I always get a "An unidentified error has occurred". However, I can connect to mysyl through phpadmin.
Ive been looking through the net for some suggestion but none works!! Can someone plssssssss help me? -
How to link php forms
Im running Apache(1.3.23), MySQL(3.23.48) and PHP(4.1.1) locally on my PC to create a form. This form will consist of 2 pages where the first one is user detail and second is company detail.
My question is, how do I link these 2 pages together?
Page 1 is as below. My process.php is where I collect the data and submit it to mysql.
[php]
<body>
<form action="process .php" method="post">...
No activity results to display
Show More
Leave a comment: