![]() |
Sergey Kornilov admin 2/16/2012 |
Yes, this definitely can be done assuming that XML files reside on the same server. 'After record updated' is the right place to perform such a job. |
M
|
mickna author 2/16/2012 |
@Sergey : |
![]() |
Sergey Kornilov admin 2/16/2012 |
You have to write your own PHP code for this purpose. Here is a very basic example of displaying database data as XML. You will need to remove the connection part and save XML to file instead of sending it to the browser. <?php
|
M
|
mickna author 2/17/2012 |
Thank you. |