0
Can I create a button (when the button is clicked) to send the php page data in Laravel to another website page.
- if can (can give me example code using php curl) - send the php page data - receive the data sent
2 Respostas
0
I believe that would mostly be done in the backend. See if these threads help:
https://www.sololearn.com/discuss/3226946/?ref=app
https://www.sololearn.com/discuss/729891/?ref=app
https://www.sololearn.com/discuss/151914/?ref=app
https://www.sololearn.com/discuss/265128/?ref=app
0
You can do that, however, Sololearn Playground doesn`t have this facility, so you can do that on advanced code editors like VS code,etc.