New lottery

Post Reply
User avatar
Silvio.Falconi
Posts: 7170
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 3 times

New lottery

Post by Silvio.Falconi »

here in italy in 2019 they invented a new lottery, unfortunately I did not find a historical archive to download but I only found a page in php.
Question: Could you download this page and extract the data I need and put it in an array to manage?
there is an sample How dowload a php page and converte the data into array ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Marcelo Via Giglio
Posts: 1078
Joined: Fri Oct 07, 2005 3:33 pm
Location: Cochabamba - Bolivia
Has thanked: 1 time

Re: New lottery

Post by Marcelo Via Giglio »

Curl
User avatar
Silvio.Falconi
Posts: 7170
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 3 times

Re: New lottery

Post by Silvio.Falconi »

sample pls
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Otto
Posts: 6414
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 30 times
Been thanked: 2 times
Contact:

Re: New lottery

Post by Otto »

Silvio, can you post the link to the php page.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
nageswaragunupudi
Posts: 10729
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 10 times
Contact:

Re: New lottery

Post by nageswaragunupudi »

cText := WebPageContents( cURL )
Regards

G. N. Rao.
Hyderabad, India
User avatar
Silvio.Falconi
Posts: 7170
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 3 times

Re: New lottery

Post by Silvio.Falconi »

nageswaragunupudi wrote:cText := WebPageContents( cURL )


Nages, I tried but I not see anything
I wish the data are on a <table class='tg' style='width:100%;'>

Function MAIN()
LOCAL cMemo:=""
local cUrl := URL_SIM

cUrl :=ALLTRIM(cUrl)

cMemo:=WebPageContents( cUrl, .t. )

?cMemo

return nil
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Post Reply