Re: [PHP-DB] Novice to PHP. Database connection help needed

2002-08-01 Thread Jason Wong
On Thursday 01 August 2002 19:52, Ing. Rajesh Kumar wrote: > Hi everybody > I am normally working with ASP and ASPX. Now I want to try PHP. I installed > and tried some simple scripts and they are running fine. Now it is time to > working with database but i could not find something helpful in the

Re: [PHP-DB] Novice to PHP. Database connection help needed

2002-08-01 Thread Josh Trutwin
You might want to look at some of the free abstraction layers out there like ADODB (http://php.weblogs.com/ADODB). http://www.devshed.com/Server_Side/PHP/ has a couple nice articles on using ADODB. Good luck. Josh > Hi everybody > I am normally working with ASP and ASPX. Now I want to try PHP.