Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Post from outside domain

Quote Reply
Post from outside domain
Hello,

Is it possible to make dbmanmysql to be used from outside domain?

We are planning to have a large database where people can post data from any domain around the world.

We just give them the forms to be put on their site.

Is it possible? I know flat text is not possible due to the ID number which counts whereever visitors load the form.

Best regards

__________________________
SantanaBlank
Quote Reply
Re: Post from outside domain In reply to
This should theoretically be easily accomplished by changing the action on the form to point to your domain.

However if you plan to authenticate entries, you would probably have to make them use the default user, since the user won't be logging in and there wouldn't be a user session stored in your database.