blitz+http

Blitz3D Forums/Blitz3D Programming/blitz+http

vivaigiochi(Posted 2009) [#1]
I'm confused about this.
I use in my own site, a cart for e-commerce.
Sometimes i must excute some operations manually (click on link)
via the admin-panel. How can execute the same operation via blitz?
I've total control on files into cart, server ecc.. but i want make this via blitz.
I use some lib to comunicate with mysql via blitz and some for ftp with the server but http and php? for example how i can login into admin panel using blitz instruction? what instaruction? i'm very confused...


SabataRH(Posted 2009) [#2]

i'm very confused...



So am I, now...


vivaigiochi(Posted 2009) [#3]
For example, after i logging with admin username and pass, i have a link
that execute this:

http://www.mysite.it/store/admin.php?_g=maintenance/rebuild

how i can do this via blitz? and autentication?


SabataRH(Posted 2009) [#4]
You can try by starting here, http://www.blitzbasic.com/codearcs/codearcs.php?code=21

Theres also some ftp/mySql libs floating around somewhere.