Trying to create a universal registration form.
Posted: Sun Jul 19, 2009 9:43 pm
Hi all, figured i would make my first post here a good one. Here is what i am trying to accomplish.
I have 12 databases, 11 of which are running php scripts, and the last one that is just a general database for a program im developing.
I need to universalize the registration, rather than having to register 12 times, because lets face it, that would be very boring...So i need it done where i can make a form with only the resuired fields, and have it take the information from that form and submit it into each database one by one, then send a confirmation email to the client.
Pretty simple right? I thought so.... Until i ran into MD5(hash)/SaltedMD5 and Plain english passwords. How can i go about finding out the md5 (seed?), md5 encryption type, or whatever so it will take the infomration a d put it in there properly.
Hope someone out there can understand this. Thanks!
I have 12 databases, 11 of which are running php scripts, and the last one that is just a general database for a program im developing.
I need to universalize the registration, rather than having to register 12 times, because lets face it, that would be very boring...So i need it done where i can make a form with only the resuired fields, and have it take the information from that form and submit it into each database one by one, then send a confirmation email to the client.
Pretty simple right? I thought so.... Until i ran into MD5(hash)/SaltedMD5 and Plain english passwords. How can i go about finding out the md5 (seed?), md5 encryption type, or whatever so it will take the infomration a d put it in there properly.
Hope someone out there can understand this. Thanks!