want to insert information into a form in another website

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
turtle
Forum Newbie
Posts: 2
Joined: Mon May 17, 2004 8:58 am

want to insert information into a form in another website

Post by turtle »

I am thinking of a possibility of sending data into some field of a page that already exists in another website.....we already have a different web based application that is not php (say website A).....i am trying to integrate a function from php site (say website B) and use data from php based site (site B) as input to the other (site A) automatically without mannually inserting them in the form....any help???
lostboy
Forum Contributor
Posts: 329
Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada

Post by lostboy »

use sockets to open a connection
turtle
Forum Newbie
Posts: 2
Joined: Mon May 17, 2004 8:58 am

Post by turtle »

how can i use socket in this

can you assist me please!!! i am new in programming
lostboy
Forum Contributor
Posts: 329
Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada

Post by lostboy »

Post Reply