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
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
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 - 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
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