Jump to content

Akulaari

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by Akulaari

  1. Problem solved, found a nice how-to: http://freeajaxscripts.net/directory/Other_Ajax_Scripts/Ajax_dynamic_list/details.html This Ajax thing is new to me, but it looks like very big bunch of fancy toys to work with.
  2. Hello, Has anyone knowledge about autofilling html forms with php and or javascript? I have a list of device names (which all contain numbers and letters, and same amount of characters each). And then I have input form in html with a text field, into where user is supposed to type device name. Here I would like to have autofill function so, that user does not have to type ENTIRE device name (because they are much alike all (but of course everyone is different)). So when user inputs first 1-2 characters, autofill function would give a list of suggestoins for device name (From my devicename list) starting with characters user has given into field. I have seen such features, and tried looking for such, but for example this: http://www.sitepoint.com/article/life-autocomplete-textboxes/ did not work at all... Anyone have a solution so that I did not have to re-invent the wheel. Thanks.
  3. problem solved... Re-installed MSSQL2005 express and changed php server string to "localhost\SQLEXPRESS,1095"
  4. Hi, I'm having this same problem as many others do, but I just can't seem to get things working at all. *I have copied ntwdblib.dll version 2000.80.194.0 to win/system32 and PHP directories *extension=php_mssql.dll is uncommented in php.ini *I'm using following php code to connect: $server = "localhost\SQLEXPRESS"; $s = mssql_connect($server,$userName,$password) or die("Couldn't connect to SQL Server"); (of course I have given username and pw) but I just seem to get connection error. *I have tried to connect to same database from command prompt with same username and password, and there it works. So the problem seems to exist only in PHP now. *I have allowed tcp/ip and named pipes in SQL Server Configuration Manager. Lastly I have found out that for someone with this problem working solution was to use the sqlsrv driver instead of mssql. However I haven't found sqlsrv driver in my php.ini so could anyone help me with that since it could solve this?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.