Re: [PHP-DB] mssql connecting

2007-05-24 Thread David BERCOT
Hi, Le Wed, 23 May 2007 14:37:58 -0400, Dan Shirah [EMAIL PROTECTED] a écrit : Did you already try these steps? http://us2.php.net/manual/en/function.mssql-connect.php#70918 Hum, these steps are for PHP on IIS (i.e. Windows) (even if, later, someone talks about Linux). The question (I have

[PHP-DB] Data Upload

2007-05-24 Thread elk dolk
Hi all, I am in the process of designing a web site with PHP_MySQL . Every week some data would be added to the database . The procedure of updating the database and uploading data is not clear for me 1 – Can I update MySQL table offline and then copy it to the server via fpt? 2 –

Re: [PHP-DB] Data Upload

2007-05-24 Thread Chris
I am in the process of designing a web site with PHP_MySQL . Every week some data would be added to the database . The procedure of updating the database and uploading data is not clear for me 1 – Can I update MySQL table offline and then copy it to the server via fpt? Kinda. You could