Heya Ken -

1.  Since yer running WAMP already - why not add in Active FoxPro Pages ?
See http://www.afpages.de for more info.  as to 'why' - AFP works natively
with Apache WebServer on Wintel boxen - use can access VFP tables directly
(ie - use tablename, scan for, seek, etc) and also utilize non-visual OOP
classes (set classlib to .... lcresponse =
myClasslib.KensFunction13(lnVar) ) INSIDE of the html code.

2.  I would actually recommend you change up yer design a bit and instead
of 'reading the text file' go forth with doing some kind of db lookup. 
Could be mySql, could be VFP, could be postGreSql, could even be FireBird
Sql.
- Also - in a design change, I would make something more automatic on
payment.  If you are doing online CC processing (or even PayPal) you can
capture many things from your payment processor in Real Time (Such as
success/failure on Charge, etc etc) , then do yer real time DB stuff to
release an access code either in another html page or via auto email.
(Thats the approach I would take, regardless of the db used).

Lemme know which path you finally take.
Mondo Regards [Bill]
-- 
William Sanders / efGroup {rmv the DOT BOB to reply}
VFP Webhosting? You BET! -> http://efgroup.net/vfpwebhosting
Failing dotNet Project? -> http://www.dotnetconversions.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to