Hi ,
I need to open a pop-up from my form page and then call a php function from within it.
I'm using javascript to open the pop-up and sending a url request to my php page.
The problem I'm facing is sending the arguments to that page which need to call the php function.
Can someonle please tell me how to send arguments to a php URL?
Thanks,