shabeeralimd Posted November 5, 2007 Share Posted November 5, 2007 1)when the user wants to register in any site with 1)first name 2)last name 3)user name 4)email if the user as type the same user name and email then the registration should me failed how can i write code for this. 2)when a user register in any site the password should genrate automatically and the invitation should send to this mail how can i write for this code. plaaaaaaaa friend help me Link to comment https://forums.phpfreaks.com/topic/76061-help-me/ Share on other sites More sharing options...
ToonMariner Posted November 5, 2007 Share Posted November 5, 2007 use a load of if statements that compare the submitted values to what ever you want. If the comparisons do (or don't) match display the relevant error or continue with the processing. Link to comment https://forums.phpfreaks.com/topic/76061-help-me/#findComment-385043 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.