Skip to main content
October 15, 2009
Answered

Module Conversion

  • October 15, 2009
  • 1 reply
  • 542 views

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?

This topic has been closed for replies.
Correct answer DwFAQ

why not?

1 reply

DwFAQ
DwFAQCorrect answer
Participating Frequently
October 16, 2009

why not?

October 16, 2009

Still learning this stuff, just thought I would ask the experts. Sometimes things aren't as simple as it seems. I will test with another database first.