From ASP -> PHP -> Database

i i’m trying to pass data from a form with asp, save data in a database (with asp, access database) and upload a file with php (more easy for me) passing an image url from a form processed by asp so the user never notice the change etween asp and php. Is there a way of doing this? passing the form data from an asp to a php in POST mode…??

Thanks.