RE: [PHP-WIN] Connecting to MSSQL Server

2004-02-26 Thread Svensson, B.A.T. (HKG)
Is the connection status ESTABLISHED? Have, or can you check with netstat on the other peer to see if you see anything there as well? -Original Message- From: Gerardo Rojas To: [EMAIL PROTECTED] Sent: 2004-02-25 23:56 Subject: [PHP-WIN] Connecting to MSSQL Server I am able to connect to m

php-windows Digest 26 Feb 2004 10:22:20 -0000 Issue 2139

2004-02-26 Thread php-windows-digest-help
php-windows Digest 26 Feb 2004 10:22:20 - Issue 2139 Topics (messages 22989 through 22995): Re: Best way to check for user 'Administrator' group membership 22989 by: Frank M. Kromann 22990 by: Paul Menard Connecting to MSSQL Server 22991 by: Gerardo Rojas 229

RE: [PHP-WIN] Re: Connecting to MSSQL Server

2004-02-26 Thread Gerardo Rojas
Oh, checked the code, yes I am using mssql_pconnect(). I should probably use mssql_connect(). I only run this script ocassionally and once it is done, I don't need the connection to stay up. Thanks to all who responded! -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original Message---

[PHP-WIN] NEWBIE - Installing php on MySQL

2004-02-26 Thread James Thomas \(Newbie\)
Hi there all, I have managed to get php to run on Apache server on one pc but I have spent 5 Days now trying to install it on another. I have tried so many different ways and variable of install it and still know joy. Can anyone provide an 'Idiot's Installation Guide' (Not that I wish to install a

[PHP-WIN] multilanguage solutions

2004-02-26 Thread Donatas
Hey, I have this question here... has anyone heard of any project to help make a multilanguage website? Lets say all 'static' strings are stored in a database and managed through some webinterface? And then when you want to add new language the your website you do it through the same interface.

[PHP-WIN] Session not working

2004-02-26 Thread Sudeep Sarath
Hello everyone, I recently installed Apache 1.3.9 server and php 4.3.4(from win32 zip package) on my system with Windows98SE as o/s. I configured the httpd.conf and php.ini as per the instructions on the install.txt file of php. First i got an error with regard to the path of session.save_pat

php-windows Digest 27 Feb 2004 07:40:18 -0000 Issue 2140

2004-02-26 Thread php-windows-digest-help
php-windows Digest 27 Feb 2004 07:40:18 - Issue 2140 Topics (messages 22996 through 22999): Re: Connecting to MSSQL Server 22996 by: Gerardo Rojas NEWBIE - Installing php on MySQL 22997 by: James Thomas \(Newbie\) multilanguage solutions 22998 by: Donatas Session n

Re: [PHP-WIN] Session not working

2004-02-26 Thread Meteorlet Woody
Sudeep Sarath,Hello! PHP is sensitive to capital letters or lowercases. Please try to use $_SESSION['value'] === 2004-02-27 15:40:14 === >Hello everyone, > >I recently installed Apache 1.3.9 server and php 4.3.4(from win32 zip package) on my >system with Windows98SE as o/s. I c