Search found 5 matches

by Jeremy108
Fri Jun 11, 2004 3:54 pm
Forum: Databases
Topic: mssql connection problems
Replies: 1
Views: 491

mssql connection problems

Windows 2003 server - IIS - 6 and SQL server 2000, php 4.3.5 I have placed the php_mssql.dll in the extensions folder. I have placed the ntwdblib.dll in the system 32 folder (both the latest version and the one from the sql 2000 install cd - tried em both) and I have uncommented the line: extension=...
by Jeremy108
Fri Jun 11, 2004 3:51 pm
Forum: PHP - Code
Topic: php mssql connecting problems
Replies: 1
Views: 263

php mssql connecting problems

Windows 2003 server - IIS - 6 and SQL server 2000, php 4.3.5 I have placed the php_mssql.dll in the extensions folder. I have placed the ntwdblib.dll in the system 32 folder (both the latest version and the one from the sql 2000 install cd - tried em both) and I have uncommented the line: extension=...
by Jeremy108
Tue Jul 15, 2003 7:01 pm
Forum: PHP - Code
Topic: uploading same files in different directories
Replies: 4
Views: 550

oh yeah, I forgot to mention, I made sure the permssions on the file and the folder is set to read, write, execute and delete and still same error message.
by Jeremy108
Tue Jul 15, 2003 6:59 pm
Forum: PHP - Code
Topic: uploading same files in different directories
Replies: 4
Views: 550

I tried the following script on an NT server: <?php if(!copy("test.txt", "/testdir/")) die ("Can't copy the file copyme.txt to copied.txt!"); ?> and this is the error message I get: Warning: copy(/testdir/) [function.copy]: failed to create stream: Permission denied in ...
by Jeremy108
Tue Jul 15, 2003 5:12 pm
Forum: PHP - Code
Topic: uploading same files in different directories
Replies: 4
Views: 550

uploading same files in different directories

I would like to upload a file and have it simeltaneously copied to a seperate directory. Possible?

Thanks,

Jeremy