Curl and XAMPP

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Curl and XAMPP

Post by Natter »

Hi,

Why doesn't XAMPP support curl ? I git clone sources, but didn't find the file hbcurl.ch
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Curl and XAMPP

Post by Antonio Linares »

Natter,

hbcurl.ch is provided by Harbour:

https://github.com/harbour/core/tree/ma ... rib/hbcurl
regards, saludos

Antonio Linares
www.fivetechsoft.com
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Re: Curl and XAMPP

Post by Natter »

Thank You, Antonio !

Sorry for the Offtop. Examples often use external resources - JS or CSS, which cannot be changed. Is there any way to solve this problem ?
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Curl and XAMPP

Post by Antonio Linares »

Please provide a small example of what you need, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Re: Curl and XAMPP

Post by Natter »

For example: arrays.prg

...........................
<head>
.........................
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/ ... trap.css"/>
</head>
...........................
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Curl and XAMPP

Post by Antonio Linares »

You can modify it to use the most recent bootstrap version
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply