A
A
Alexander Ivanov2018-01-31 22:21:19
PHP
Alexander Ivanov, 2018-01-31 22:21:19

Is it possible to redirect messages from one site to another?

I want to know if it is possible to create a site where there will be a form, with text input fields and when submitting, the data from the form will be redirected to another site? For example: I write a text message on the site I created with additional. fields, subject matter and tag. Next, this message is redirected to the toaster and a post appears with the data that was set on the form of the initial site. Is it possible to implement this with PHP? Or perhaps through Selenium WebDrive ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Monzon Traore, 2018-02-01
@monzon_8

If the path for receiving data on the site where you want to add this data is known, and it allows you to work directly through POST, I see no problem in collecting data on your site and sending an append request via CURL.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question