Everything is perfect and awesome with this package! I could not be more pleased, and wish to thank the developers, and all who contributed to its creation. All that being said; I need some help with an application of the Database compnent:
I have my Form set up and working correctly. It gathers information and posts it correctly to its corresponding database. However I now wish for affiliate websites to be able to post directly to the database. In all honestly this works just fine as well. The "issue" here is in the area of Does the Database send a response to Real Time Posts, and if so; How do I capture the reply? When I try and submit a post string that has missing data, I get an error message, but what about a successful posting?
Can someone here help me with this please?
Charles!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Most anything is possible but I'm not sure I understand your request.
You get messages for missing dat because the process.php script checks for missing values. I don't believe you are receiving messages from the database because the database will not be accessed when there is missing data.
On a successful post the process.php script finishes so if you want a message after successfull completion of the process.php script this should not be difficult to implement.
Can you provide more detail on your request?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Greetings:
Everything is perfect and awesome with this package! I could not be more pleased, and wish to thank the developers, and all who contributed to its creation. All that being said; I need some help with an application of the Database compnent:
I have my Form set up and working correctly. It gathers information and posts it correctly to its corresponding database. However I now wish for affiliate websites to be able to post directly to the database. In all honestly this works just fine as well. The "issue" here is in the area of Does the Database send a response to Real Time Posts, and if so; How do I capture the reply? When I try and submit a post string that has missing data, I get an error message, but what about a successful posting?
Can someone here help me with this please?
Charles!
Most anything is possible but I'm not sure I understand your request.
You get messages for missing dat because the process.php script checks for missing values. I don't believe you are receiving messages from the database because the database will not be accessed when there is missing data.
On a successful post the process.php script finishes so if you want a message after successfull completion of the process.php script this should not be difficult to implement.
Can you provide more detail on your request?