[PHP-WIN] Help me!

2003-08-30 Thread Leskó József
Hello, I am a 17 years old boy from Hungary, and I have problem with PHP. I hope that you can help. The problem: I ask the width and height of the screen with JavaScript, and when the JavaScript give the values to the PHP they become string, so I can't use the values as a number. I tried to c

[PHP-WIN] download function

2003-08-30 Thread Ignatius Reilly
Hello, I have the following problem: I want users to download content that is stored in a private directory, as a downloadable file. So I do: header( "Content-type: octet/stream" ) ; header( "Content-Length: ".filesize( $file_path ) ) ; header( "Content-Disposition: attachment; filename={$filen

RE: [PHP-WIN] MS SQL questions

2003-08-30 Thread Svensson, B.A.T. (HKG)
It is not clear what you want to do? Do you want to export data from MSSQL to MySQL or connetc to a MSSQL server, or both? To export data: Then use the shell command bcp.exe (Bulk CoPy) to copy data out from the tables of MSSQL to the file system, and then use the corresdponding buck program wit

php-windows Digest 30 Aug 2003 05:22:52 -0000 Issue 1892

2003-08-30 Thread php-windows-digest-help
php-windows Digest 30 Aug 2003 05:22:52 - Issue 1892 Topics (messages 21273 through 21278): How to get script name and line number 21273 by: William Cheung 21276 by: Brian McGarvie Re: db connection php & mssql & win2k 21274 by: jsWalter Re: MS SQL query problem

[PHP-WIN] MS SQL questions

2003-08-30 Thread BhongOng
Hi, I'm using MSSQL for my database application and not yet ready to transfer my data to MySQL because of the file limit. We have a very huge database. MS SQL 7 Windows2000 Adv. Server IIS 5 PHP 4.3.0 MySQL with MyODBC Visual Basic & MS Access as client We are developing a web application to acc