Connecting to SQL server using PHP code

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Hillu
Forum Newbie
Posts: 13
Joined: Sun Jun 15, 2008 11:06 am
Location: Addis Ababa

Connecting to SQL server using PHP code

Post by Hillu »

I wanted to connect to SQL server using PHP so that I can migrate the data I have in the SQL server to MySQL server. Any suggestions?
Thanks
ailema
Forum Newbie
Posts: 3
Joined: Sun Jul 27, 2008 4:17 am

Re: Connecting to SQL server using PHP code

Post by ailema »

you can use mysql its better when connecting too database
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Connecting to SQL server using PHP code

Post by RobertGonzalez »

Is your web server on the same box as the SQL Server?
Post Reply