Re: [PHP-DB] How to use a Class?

2003-04-04 Thread Ronan Chilvers
Hi Shantanu To be honest you'd be far better off doing this manually, rather than using someone elses code - quite important bits and pieces of sql and db access logic which you'll need to learn, but On 03 Apr,2003 at 20:18 Shantanu Oak wrote: snip the following code mentioned on the

[PHP-DB] How to use a Class?

2003-04-03 Thread Shantanu Oak
Hi, I am a beginner. I want to use the class explained on the following page. http://aspn.activestate.com/ASPN/Cookbook/PHP/Recipe/125901 I have tried printing the results with print_r along the following code mentioned on the page, $mysearch = new MysqlSearch;