How do I receive and parse out the parameters which have been passed to a mod_harbour program.
Sets say I am printing a report and I want to pass the account number month, and year of record.
Thanks,
Byron ...
Receive Parameters from the URL line in Mod_Harbour
-
- Posts: 254
- Joined: Sun Nov 06, 2005 3:55 pm
- Location: Southern California, USA
- Contact:
Receive Parameters from the URL line in Mod_Harbour
Thanks,
Byron Hopp
Matrix Computer Services
Byron Hopp
Matrix Computer Services
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Receive Parameters from the URL line in Mod_Harbour
Byron,
test.prg?param1=Hello¶m2=world
From test.prg call AP_Args()
Live sample:
https://www.modharbour.org/modharbour_s ... ram2=world
test.prg?param1=Hello¶m2=world
From test.prg call AP_Args()
Live sample:
https://www.modharbour.org/modharbour_s ... ram2=world