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

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
afam
Forum Newbie
Posts: 2
Joined: Mon Jan 03, 2005 2:52 pm
Location: Nigeria

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

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

First off, wrong forum. (Moved this to the Theory forum.) And yes, it is possible.
afam
Forum Newbie
Posts: 2
Joined: Mon Jan 03, 2005 2:52 pm
Location: Nigeria

Post 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.
Post Reply