I have an app that worked with mySQL, but now I'm trying to make it use
SQL Server. The function that connected to to the mySQL was:
mysql_pconnect($db_host, $db_user, $db_pass) or die("Unable to connect
to SQL server");
I tried to change it to "sql_pconnect($db_host, $db_user, $db_pass) or
die("Unable to connect to SQL server");" but I get an error that the
function doesn't exist. I'm sure it's something simple, but what's the
php function that will let me connect to the SQL Server?
- [PHP] Newbie Question Wade
- Re: [PHP] Newbie Question Jeff Warrington
- RE: [PHP] Newbie Question Taylor, Stewart
- Re: [PHP] Newbie Question Wade
- Re: [PHP] Newbie Question Geir Eivind Mork
- [PHP] newbie question Andr� Weidemann
- Re: [PHP] newbie question Francis Fillion
- [PHP] Newbie question Bob Eldred
- RE: [PHP] Newbie question Pavel Kharitonov
- RE: [PHP] Newbie Question Greg
- RE: [PHP] Newbie Question Hunter, Ray
- RE: [PHP] Newbie Question Jon Haworth
- [PHP] Newbie Question Hubert DAUL
- Re: [PHP] Newbie Question Miguel Cruz
- [PHP] Re: Newbie Question Michael Virnstein
- [PHP] Newbie Question Hubert DAUL
- Re: [PHP] Newbie Question Janet Valade
- Re: [PHP] Newbie Question Chris Hewitt
- [PHP] Newbie question Jay
- RE: [PHP] Newbie question Cal Evans

