Thanks, I'm set.
I use both MySQL and SQL Server.
-nicole
www.aeontrek.com
Scott Hurring wrote:
> If you don't want to install that god-awful MS SQL thing,
> MySQL is free, open-source, and runs on Win32 platforms
> (and is a snap to install)
>
> Just have it running as a service on whatever c
If you don't want to install that god-awful MS SQL thing,
MySQL is free, open-source, and runs on Win32 platforms
(and is a snap to install)
Just have it running as a service on whatever computer
you need to access it on... plug in the IP, name,
password, and you're good to go. I do all my devel
You need atleast the SQL Server Client in your PHP server. PHP installs all
the rest you need.
- Original Message -
From: "Nicole Amashta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 11:35 AM
Subject: [PHP-WIN] php 4.2 and database conn
> I have recently inst
ODBC support is built-into the Windows version of PHP. You should be able
to simply create a DSN and connect to that.
For MySQL, make sure you uncomment the extension=mysql.dll in your php.ini
file and it should work just fine.
-Rasmus
On Tue, 14 May 2002, Nicole Amashta wrote:
> I have recen