RE: [PHP-DB] query help

2010-11-17 Thread Ashay Chaudhary
The most performant methods are to use well parameterized stored procedure or a prepared parameterized statement. : Ashay -Original Message- From: Niel Archer [mailto:n...@chance.now] Sent: Wednesday, November 17, 2010 6:30 AM To: php-db@lists.php.net Subject: Re: [PHP-DB] query help

RE: [PHP-DB] formatting a word doc using php ?

2010-09-17 Thread Ashay Chaudhary
http://phpword.codeplex.com/ I haven't used it myself, but it is open source (LGPL) so you can check out the code and tweak it as necessary. It's based on the PHPExcel work done by Maarten, who's an incredibly smart guy. : Ashay -Original Message- From: Vinay Kannan

RE: [PHP-DB] Database management

2010-08-26 Thread Ashay Chaudhary
That is interesting cause they are an asp based server. I'll have to take a look at that. Might be something I can build into the server. Is it web based like phpMyAdmin? Best, Karl On Aug 26, 2010, at 4:56 AM, Ashay Chaudhary wrote: I am not familiar with RazorSQL, I'll take a look

RE: [PHP-DB] Database management

2010-08-26 Thread Ashay Chaudhary
languages as well as create, edit, browse, manage databases. Hope that helps someone else. Best, Karl On Aug 26, 2010, at 1:53 AM, Ashay Chaudhary wrote: If open source is a must, then there is only one choice showing up on search: SQL Web Data Administrator (sqlwebadmin.codeplex.com) That said