abazoskib Posted June 24, 2009 Share Posted June 24, 2009 what is the best way to allow multiple customers to insert data into my database without giving them a direct connection into my db? ive read so much about soap, rest, and xml-rpc, and i still have no idea what to choose. basically, the customers have registrations of users that need to be sent to my database for marketing purposes. there could potentially be many, many customers to deal with, so i want to make this a web service where i could send analytical information back(future plan). what should i choose? Link to comment https://forums.phpfreaks.com/topic/163573-remote-mysql-queries-without-direct-access/ Share on other sites More sharing options...
abazoskib Posted June 25, 2009 Author Share Posted June 25, 2009 and i forgot, MORE IMPORTANTLY, whatever method is best, where can i look to for a guide or tutorial? i need a pretty solid tutorial if im gonna learn this Link to comment https://forums.phpfreaks.com/topic/163573-remote-mysql-queries-without-direct-access/#findComment-863030 Share on other sites More sharing options...
Danny620 Posted June 25, 2009 Share Posted June 25, 2009 well i think the best method would be as following create a sign up page then a log in page make levels like e.g 1= member 2=staff 3=admin then the people you allow to insert member into the database set there level to like 2 and that will allow them to go to a page called, members where it contains a few forms on information you want to insert into the database about that member Link to comment https://forums.phpfreaks.com/topic/163573-remote-mysql-queries-without-direct-access/#findComment-863228 Share on other sites More sharing options...
abazoskib Posted June 25, 2009 Author Share Posted June 25, 2009 no, its not that simple. my clients are people with their own websites on which other people register. i need this same registration info passed to my database without giving them direct access. Link to comment https://forums.phpfreaks.com/topic/163573-remote-mysql-queries-without-direct-access/#findComment-863494 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.