curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: load php page

From: Ralph M via curl-users <curl-users_at_cool.haxx.se>
Date: Sun, 1 Nov 2020 13:04:17 -0500

The PHP executes on the server, unless it's doing something really weird.

Curl, or a browser, goes to fetch the page, the server executes the PHP
and/or any other language involved and then sends back HTML,
possibly including javascript.

Ralph Mitchell


On Sun, Nov 1, 2020 at 11:48 AM Mike via curl-users <curl-users_at_cool.haxx.se>
wrote:

> Hi
> can libcurl load/execute a php webpage? The php code does some SQL with a
> database and allows/disallows downloading a file. If so some c++ code
> examples?
> Thanks
>
> -----------------------------------------------------------
> Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
> Etiquette: https://curl.haxx.se/mail/etiquette.html
>


-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-11-01