Jump to content

remote mysql queries without direct access


abazoskib

Recommended Posts

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?

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 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.