I am using the CURL_EXEC function to obtain a webpage.
However, I would like to be able to amend the data I have remotely
obtained before printing it out. The CURL_EXEC function automatically
prints the data out. Is there anyway of obtaining the web page data
either using CURL or another method that will allow me to edit before
displaying.
Thanks,
Rik
However, I would like to be able to amend the data I have remotely
obtained before printing it out. The CURL_EXEC function automatically
prints the data out. Is there anyway of obtaining the web page data
either using CURL or another method that will allow me to edit before
displaying.
Thanks,
Rik
Comment