|
Making a "confirm user details" page -> mail
Hi,
I'm in need of having a simple php page which prints out some of the user profile fields and includes a mail function. Something like this:
-------------------------------------------------
Member number: [read only text box]
Username: [read only text box]
Name: [read only text box]
Address: [read only text box]
Mailadress: [read only text box]
[confirm] (mails the content of the form to a mail adress)
Note: If any of the information above is incorrect you have to edit your profile information before submitting.
-------------------------------------------------
The page, the sendmail script and all that is no trouble doing.
But I need a php page which can connect to a vbulletin database / cookie / session to get out information on the current user. like field6 and field7 from vb_users, etc.
Last edited by jimlei : 03-27-2008 at 02:00 AM.
|