[PHP-DB] Help for a beginner

2009-12-23 Thread Adam Sonzogni
. I have tried enabling: only mysql, mysql AND mysqli, and only mysqli. None of this seems to have done anything to change my situation. Again, I apologize for the lengthy message, I hope I have accurately described my issue in the right amount of detail. Thank You! Adam Sonzogni -- PHP

[PHP-DB] RE: Help for a beginner

2009-12-23 Thread Adam Sonzogni
...@healthydirections.com] Sent: Wednesday, December 23, 2009 9:59 AM To: Adam Sonzogni; php-db@lists.php.net Subject: RE: Help for a beginner Just a guess, as I have not tried a full stack in windows, but in any unix if you are connecting php and mysql, you need something in the middle like DBD::mysql

RE: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Adam Sonzogni
Chaitanya, Apache is not an option for us, and IIS is serving PHP without issue, so I would prefer to resolve my connectivity issue. Thanks, Adam From: Chaitanya Yanamadala [mailto:dr.virus.in...@gmail.com] Sent: Wednesday, December 23, 2009 10:17 AM To: Adam Sonzogni Cc: Edward Brookhouse

RE: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Adam Sonzogni
databases underneath. For a small implementation, this isn't necessary. There are other database abstraction layers that perform the same function. Giff On Wed, 2009-12-23 at 20:46 +0530, Chaitanya Yanamadala wrote: why dont u install the xampp On Wed, Dec 23, 2009 at 8:38 PM, Adam Sonzogni asonzo

RE: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Adam Sonzogni
provided said that there was a problem where it could not find the default driver to use. Also when you get the connection failed you were trying to connect to MYSQL from the system running MYSQL correct? On Wed, Dec 23, 2009 at 7:50 AM, Adam Sonzogni asonzo...@setfocus.comwrote: Giff, Not sure

RE: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Adam Sonzogni
...@gmail.com] Sent: Wednesday, December 23, 2009 12:04 PM To: Adam Sonzogni Cc: PHP DB Posts Subject: Re: [PHP-DB] RE: Help for a beginner Well I am not familiar with ASP. You might want to check to make sure that you didn't make any typos in your mysql_test.php page. I would suggest seeing if you can

RE: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Adam Sonzogni
: Wednesday, December 23, 2009 1:54 PM To: Adam Sonzogni; PHP DB Posts Subject: Re: [PHP-DB] RE: Help for a beginner I apologize I do see that you tried using phpmyadmin and received the FastCGI error. This might help you : http://www.php.net/manual/en/install.windows.iis7.php . Let me know what