jimneely Posted February 22, 2010 Share Posted February 22, 2010 I have a excel spread sheet with information that needs to retrieve and/or put information into data base through web sites. so I need to access the web site search for the information and based on a decisions tree add information into a java script on that web page. IS THIS POSSIBLE TO INTERACT WITH ANOTHER WEB SITE LIKE THIS. I THINK I CAN DO A SEARCH LIKE A BOT TO FIND INFORMATION, BUT TO ADD INFORMATION AS IF I WAS TYPING IN A WEB SITE BUT USING PHP CODE TO DO THIS IS BEYOND ME. Link to comment https://forums.phpfreaks.com/topic/193004-how-can-i-interreact-with-another-web-site/ Share on other sites More sharing options...
ohdang888 Posted February 23, 2010 Share Posted February 23, 2010 if you are using a PHP platform yourself, you can use cUrl with POSTDATA to transfer the data through the $_POST var Link to comment https://forums.phpfreaks.com/topic/193004-how-can-i-interreact-with-another-web-site/#findComment-1016563 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.