ADD PILOTS VIA ADMIN PANEL HOW?

Hi I just want to know how we can put Add Pilot option in Admin Panel any suggestions or code?

Explanation: i wanted to Add pilots manually Through Our Admin Pilot so how to creat module for it if anybody can Help please.

This Would be the SQL Query to execute the code? NEED FULLY WORKING CODE…

INSERT INTO `Asmara_Pilots`.`phpvms_pilots` (`pilotid`, `firstname`, `lastname`, `email`, `code`, `location`, `hub`, `password`, `salt`, `bgimage`, `lastlogin`, `totalflights`, `totalhours`, `totalpay`, `transferhours`, `rankid`, `rank`, `ranklevel`, `confirmed`, `retired`, `joindate`, `lastpirep`, `lastip`) VALUES ('2', 'Anil', 'Jabbar Memon', 'aniljabbar84@yahoo.com', 'VMS', 'VM', 'EDDS', '', '', 'background2.png', '0000-00-00', '211', '943', '33', '0', '12', 'Commander', '12', '1', '0', '2005-05-05 00:00:00', '0000-00-00 00:00:00', '');

You can’t add them manually.

There are several tables which are populated.

Use the registration form.

OH NO Nabeel there is no way to do it? because i was looking for samething for my VA as i have 200 pilots and it was very difficult for me to Add them All manually.

I remember having this conversation before with someone else on here, just create a form on your existing website for your pilots to click the button and they are transferred to the new sites registration page, you can post from your existing site values in to the new registration form on the new site, that way you can ensure that registrations are correctly handled.

All they have to do then is confirm their details are correct and enter the captcha details, job done.

Thanks Mark for your reply---- really appreciate it if you wont mind can you please help me in this also

got it thanx mark and nabeel…