Page 1 of 1

Is it possible to get a php script that can query a database

Posted: Mon Jan 03, 2005 3:47 pm
by afam
Hello,

Is it possible to get a php script that can query a database and still pass back some variables to another file on another website?

Put diffently, I use a shopping cart and and want to enable online payment on a database of registered users on another site and still have some parameters passed back to the shopping cart website to either confirm or deny the order.

I want to believe that it works just like a regualar credit card processing system but the difference here is that all debit card holders will have to get the card from my company Just Web Services and every transaction card holders make will be processed against the database with all the relevant info. The online payment solution is targeted at the nigerian market only.

So, is it possible for a php script to do this?

Posted: Mon Jan 03, 2005 4:36 pm
by feyd
First off, wrong forum. (Moved this to the Theory forum.) And yes, it is possible.

Posted: Tue Jan 04, 2005 11:25 am
by afam
Thanks a lot for your response. I am glad what I am asking for is possible.

Will be checking out the Theory forum now.