Jac, if you just want to show the details of two users on the same page,
just do two SQL queries and assign the results to two variables.
Putting it as simply as I can. If you want to show, for instance, the
record for user "Fred" and the record for user "Sue" on the page.
At the top of the page you open a connection to the database. You execute a
query to SELECT details FROM users WHERE id='Fred' then you make a variable
to hold that value you fetched:
value1 = recordset("details")
Then you can execute another query, the same but WHERE id='Sue' and set a
variable
value2 = recordset("details")
Then you have the two values you want and can display them anywhere you like
with <%=details1%> and <%=details2%>
I hope this puts you out of your misery. :-)
Or if you wave some ��� about there will be a queue of developers only too
eager to write the dam code for you <big grin>
Best wishes
Bj
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:wdvltalk-join@;lists.wdvl.com
Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]