Skip to main content
October 15, 2009
Answered

Module Conversion

  • October 15, 2009
  • 2 replies
  • 552 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 is closed to new replies. Start a new post to keep the conversation going.
Correct answer DwFAQ

why not?

2 replies

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.