Search found 6 matches
- Sun Sep 23, 2012 9:38 am
- Forum: Databases
- Topic: problem-in-connecting-to-sql-server-2008-by-php
- Replies: 8
- Views: 16505
Re: problem-in-connecting-to-sql-server-2008-by-php
I use sqlsrv_connect but shows me an error that : Fatal error: Call to undefined function sqlsrv_connect() in C:\wamp\www\sql\index.php on line 27 in php.ini I added thease lines: extension=php_sqlsrv_53_ts.dll extension=php_pdo_sqlsrv_53_ts.dll extension=php_pdo.dll I dont know wamp is threaded php...
- Sun Sep 23, 2012 7:09 am
- Forum: Databases
- Topic: problem-in-connecting-to-sql-server-2008-by-php
- Replies: 8
- Views: 16505
Re: problem-in-connecting-to-sql-server-2008-by-php
Yes, that's it. I copy that files in php extension folder and add these lines in php.ini and restart services : but it shows these errors : Warning: mssql_connect() [<a href='function.mssql-connect'>function.mssql-connect</a>]: message: The USE database statement failed because the database collati...
- Sun Sep 23, 2012 4:33 am
- Forum: Databases
- Topic: problem-in-connecting-to-sql-server-2008-by-php
- Replies: 8
- Views: 16505
Re: problem-in-connecting-to-sql-server-2008-by-php
Doyou mean that?requinix wrote:Use the sqlsrv extension, not the old and deprecated mssql extension.
http://www.microsoft.com/en-us/download ... x?id=20098
or somthing else?
if not could you please show me a link of that?
- Sun Sep 23, 2012 3:02 am
- Forum: Databases
- Topic: problem-in-connecting-to-sql-server-2008-by-php
- Replies: 8
- Views: 16505
problem-in-connecting-to-sql-server-2008-by-php
I have a problem in connecting the wampp localhost to sql server , There is a lan network that it`s server is windows server 2008 with sql server 2008 , I want to connect to this sql by php in a client with windows 7 , but when I run mssql_connect function It shows that coudlent connect to this IP ,...
- Wed Aug 04, 2010 9:38 am
- Forum: PHP - Code
- Topic: translate to other language
- Replies: 2
- Views: 76
translate to other language
hi i wrote a page in php that have strings which should translate to other language in UTF-8 Unicode . i want to write translation in other page and load it in main page .
how to do it ? tell it by example if you can plz .
how to do it ? tell it by example if you can plz .
- Fri Jul 23, 2010 2:13 am
- Forum: PHP - Code
- Topic: need script for verify site ownership
- Replies: 0
- Views: 546
need script for verify site ownership
i want to use a site for introducing users website . but i want to know that items which they add is for websites owner . i want to verify the ownership of website . like google webmaster tools how can i do it ? is there any script for it ? i just want to check manually that the url i give him put i...