|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
SQL and PHP
Do I have to enable SQL to be able to use it with PHP? Do I have to enable it in the php.ini or something??
|
|
#2
|
|||
|
|||
|
RE: SQL and PHP
PHP and MySQL are seperate programs....if you want to use MySQL with php, you need to have MySQL installed on your server.
|
|
#3
|
|||
|
|||
|
RE: SQL and PHP
I am using SQL 7, not MySQL.
|
|
#4
|
|||
|
|||
|
RE: SQL and PHP
sorry, misunderstood, Yes you have to enable PHP for use with MS SQL. I assume you are using a Windows OS, so you need to add the following line to the php.ini file
extension="php_mssql.dll" then place the file php_mssql.dll in the directory specified in the 'extension_dir' line of the php.ini file. here is a link to the page in the manual that discusses the MSSQL Extension. http://us2.php.net/manual/en/ref.mssql.php |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > SQL and PHP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|