Skip to content Skip to sidebar Skip to footer

How To Send Post To Diffrent Website And Recive Result Without Redirecting

i just trying to write a small php script that allow me to get information from website 'link below' and load to some div on my website : https://www.sspcrs.ie/portal/checker/hom

Solution 1:

You can use curl to grab a url and include post data. Once you have the response you can echo this into your div on your page. This link demonstrates curl and post: http://davidwalsh.name/curl-post


Post a Comment for "How To Send Post To Diffrent Website And Recive Result Without Redirecting"