snk Posted November 21, 2007 Share Posted November 21, 2007 hello, I interact with a script that is remote and beyond of my control. that script accepts values val1, val2 (posted from my form), validates data and if data are OK redirects my visitor to my script page ok.php if not redirects to notok.php i gather more values just to make reports, thus i post the collected data, val1, val2, val3, val4 to all.php im doing what i want with val3, val4 but i dont know how to post val1,val2 to the remote script that i mentioned before. thanks in advance. Link to comment https://forums.phpfreaks.com/topic/78167-solved-how-can-i-send-data-to-a-remote-php-without-users-click/ Share on other sites More sharing options...
trq Posted November 21, 2007 Share Posted November 21, 2007 curl. Link to comment https://forums.phpfreaks.com/topic/78167-solved-how-can-i-send-data-to-a-remote-php-without-users-click/#findComment-395578 Share on other sites More sharing options...
snk Posted November 21, 2007 Author Share Posted November 21, 2007 thanks Link to comment https://forums.phpfreaks.com/topic/78167-solved-how-can-i-send-data-to-a-remote-php-without-users-click/#findComment-395609 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.