Answered
Module Conversion
I have a module that is set up to be useed as an employee lookup. This module uses PHP and MYSQL for the database. I would like to use this module as a members lookup. My thoughts on this process are that I can modify the table to change the names from employeeID to MemberID etc and so on. then adjust my code accordingly using the find replace command. do you guys think this will work?
