Component
Moderator: General Moderators
Component
Before this I have developed 1 system using ASP intergrated with VB component. The component is used to put all the sqlquery to get the data from the database. So can we use the same way, PHP with VB Component? Or maybe other alternative except write down all the sqlquey in the same php page?
-
Illusionist
- Forum Regular
- Posts: 903
- Joined: Mon Jan 12, 2004 9:32 pm
For powerful database-wrappers, have a look at PEAR::DB or adoDB.
PHP is very different from ASP in that the sense of sharing was imbued into PHP from the very beginning. No need to be worried about reverse-engineering or the like, there are many, many, many fantastic and very useful pieces of PHP-code out there, you can view/adapt/manipulate the source-code as you like.
PHP is very different from ASP in that the sense of sharing was imbued into PHP from the very beginning. No need to be worried about reverse-engineering or the like, there are many, many, many fantastic and very useful pieces of PHP-code out there, you can view/adapt/manipulate the source-code as you like.