RE: [PHP-DB] Newbie: MSSQL under PHP4?

2001-03-13 Thread Michael J. Upchurch
Built-in support under Windows version 4.0.4pl1 should be ODBC and MySQL. You need to uncomment driver mssql7.dll to connect using SQL Server driver. We use the ADODB library at http://php.weblogs.com/ADODB. I think you'll like its approach coming from ASP. Michael J. Upchurch Partner2Partner

RE: [PHP-DB] Fox Pro

2001-03-09 Thread Michael J. Upchurch
Check out the ADODB library at http://php.weblogs.com/ADODB. It includes support for FoxPro. Michael J. Upchurch Partner2Partner Communications, LLC -Original Message- From: Jim Frasch [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 1:39 PM To: [EMAIL PROTECTED] Subject: [PHP

RE: [PHP-DB] mail server

2001-03-07 Thread Michael J. Upchurch
The function ini.set() should be the one to use, but it doesn't set all options for security reasons. See http://www.php.net/manual/en/function.ini-set.php for details. You should also check the annotations for email functions for other options. Michael J. Upchurch Partner2Partner