wcakey Posted March 26, 2006 Posted March 26, 2006 I understand how to add a record to a FM7 database using a URL and XML and have successfully done so. What I want to be able to do is create a record in a FM7 database without specifying a response page (sort of a "silent post"), but I cannot figure out how to construct such a URL. Is it possible to do this and, if so, what would such a URL look like? Thanks in advance for any help. William
Martin Brändle Posted March 27, 2006 Posted March 27, 2006 No, it's not possible. Every request will generate a response. But what you can do, is to write a XSLT stylesheet that uses the document() function. See FMSA CWP Guide, p. 61.
wcakey Posted March 28, 2006 Author Posted March 28, 2006 Martin, Thanks very much. I'll check it out. If I can't make that work, I'll probably resort to using FX.php. William
Recommended Posts
This topic is 7155 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now