Tagged Questions
0
votes
2answers
117 views
POST data to another form with php
I want to create a form on my page to get information this is easily done and the problem.
I want to 'POST' information to my own php-page, creating a new id and saving the information to my ...
1
vote
1answer
2k views
Can I POST to a new window that I want to open up?
Is this possible?
A third party site is running my Drupal module
An end user clicks on a link which will:
Open up a new window www.mysite.com/redirect.php
and POST certain data to this page ...