Php/mysql Hajj Lottery System (picking Random Names)

PHP/Mysql Hajj Lotter system (Picking Random Names)
I have a Hajj Registration system php/mysql. en. wikipedia. org/ wiki/Hajj

I have the following two tables:
1 – Applications Table
– App_id , Main_Name, mark, season
2 – Names Table
– NameID , Full_Name, ID_Number, Age, Area, App_id
Here is A sample data
Applications:
App_id=1 , Main_NameID=10, mark=3, season=5
App_id=2 , Main_ NameID =13, mark=4, season=5
App_id=3 , Main_ NameID =15, mark=3, season=5
App_id=4 , Main_ NameI…

Leave a Reply

Your email address will not be published. Required fields are marked *