Hello friends,
I have a somewhat pragmatic approach with Mod Harbour. I also use different languages in the programs, such as PHP. It's because there are already many solutions available, and it doesn't pay off to rewrite them in Mod Harbour. For example, for file uploads, I call a PHP function from the frontend on the backend and then, within this PHP function, I call a Mod Harbour application using cURL. I then forward the return value to the frontend. In this case, I have access to DBF files in my application.
Best regards,
Otto
Pragmatic Concept: A Practical Approach to Everyday Challeng
- Otto
- Posts: 6397
- Joined: Fri Oct 07, 2005 7:07 pm
- Has thanked: 8 times
- Been thanked: 1 time
- Contact:
Pragmatic Concept: A Practical Approach to Everyday Challeng
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- Otto
- Posts: 6397
- Joined: Fri Oct 07, 2005 7:07 pm
- Has thanked: 8 times
- Been thanked: 1 time
- Contact:
Re: Pragmatic Concept: A Practical Approach to Everyday Challeng
Hello friends,
After it appears that cURL is becoming increasingly important and widespread, I am posting some information on the cURL Lib here, which I created with the help of ChatGPT.
https://mybergland.com/fwforum/curl-lib.pdf
Interestingly, I just used this function yesterday as well, but from PHP, to call mod harbour.
Here you see how to use from Fivewin:
https://forums.fivetechsupport.com/view ... 40&start=0
To write these documentations, I use a mod harbour web application.
Best regards,
Otto
After it appears that cURL is becoming increasingly important and widespread, I am posting some information on the cURL Lib here, which I created with the help of ChatGPT.
https://mybergland.com/fwforum/curl-lib.pdf
Interestingly, I just used this function yesterday as well, but from PHP, to call mod harbour.
Here you see how to use from Fivewin:
https://forums.fivetechsupport.com/view ... 40&start=0
To write these documentations, I use a mod harbour web application.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************