Search found 5 matches

by curiousTek
Sat Feb 05, 2005 4:08 pm
Forum: Javascript
Topic: javscript problems for slideshow...
Replies: 1
Views: 278

javscript problems for slideshow...

I'm using the following code for a slideshow image on my site, trying to make it as easy to add images as possible without editing code. It changes images every 10 seconds perfect, the next() button works, but the prev() is giving me problems, it will go back a few times then say undefined, then go ...
by curiousTek
Fri Feb 04, 2005 12:58 pm
Forum: Databases
Topic: mssql problems, iis not working
Replies: 6
Views: 562

ok, now iis and php seem to be work, all scripts but this one are working. This is returning No input file specified. <?php $myServer = "localhost"; $myUser = "sa"; $myPass = "pass"; $myDB = "visits"; $s = @mssql_connect($myServer, $myUser, $myPass) or die(&qu...
by curiousTek
Fri Feb 04, 2005 12:22 pm
Forum: Databases
Topic: mssql problems, iis not working
Replies: 6
Views: 562

Ok, looking at the error it said it was looking for c:\php5\ indead of c:\php

copied the php extentions to c:\php5 and now its working, cant find a line in php.ini that is telling it go there, any ideas on how to make it goto c:\php\ext instead?
by curiousTek
Fri Feb 04, 2005 12:17 pm
Forum: Databases
Topic: mssql problems, iis not working
Replies: 6
Views: 562

No I havent tried running in ISAPI, which dll do I use for that? I checked my evenlog only thing I could find was this: Application popup: Warning : PHP Startup: Unable to load dynamic library 'C:\php5\php_mssql.dll' - The specified module could not be found. For more information, see Help and Suppo...
by curiousTek
Fri Feb 04, 2005 11:51 am
Forum: Databases
Topic: mssql problems, iis not working
Replies: 6
Views: 562

mssql problems, iis not working

Hello everyone, When I enable MSSQL with PHP my webservice (iis) stops working, wont serve any files .html, .asp anything. I did the following Copied ntwdblib.dll into c:\windows, c:\windows\system32, and c:\php Copied php_mssql.dll from c:\php\ext, to c:\windows, and c:\windows\system32 removed ; f...