Hi Guys,
My work would like for our clients or brokers to be able to view their clients (limited) info on the web.
I have the site in joomla, and wondered what the best route is?
Am i best creating a custom php module, with my php code to get the info from a seperate mySQL database and display the info (using SQLYOG software to run queries on the internal MSSQL and auto-update the mySQL web database) ??
I have tested out having the clients as registered users (which we create) and i use the username in the query to grab their data
e.gSelect * FROM table WHERE BrID = $username
Or is their any better mothods / extensions in joomla which make use of features like web services that would make the process flow a little easier and quicker??
I am pretty new to this!
Cheers Guys.