onam143 Posted January 14, 2009 Share Posted January 14, 2009 i am developing student registration system ..and when i click register page,I want student id to auto generate and display in the register page so that i don't have to add student id manually like other information(name, gender, course ...etc) I am very new to this forum ..i would be grateful if all you could help me. cheers Link to comment https://forums.phpfreaks.com/topic/140768-auto-generate-the-number-an-display-in-php-page/ Share on other sites More sharing options...
chronister Posted January 14, 2009 Share Posted January 14, 2009 I am going to assume that your using MySQL for this task, right? If your doing that, then you can use the ID that mysql generates for the new student. Does this help or are you looking for something longer? Nate Link to comment https://forums.phpfreaks.com/topic/140768-auto-generate-the-number-an-display-in-php-page/#findComment-736795 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.