[PHP-WIN] Length question

2003-07-04 Thread Harpreet
Dear group members, I have a field of type varchar[1000] in a sql server database. I use the below syntax to get it from the database.The length of the string is 288 in this case. When i do the selection and store the value in a variable. On printing the variable it only outputs 255 characters. I

Re: [PHP-WIN] Fatal error with 'DB.php'

2003-07-04 Thread H Marc Bower
- Original Message - From: "jsWalter" <[EMAIL PROTECTED]> > I am trying to use DB.php, but I am getting htis error... > > Fatal error: main(): Failed opening required 'DB.php' > (include_path='.;c:\php4\pear') > > I can't find this path defined *anywhere* I have no idea where it gets this,

php-windows Digest 4 Jul 2003 20:47:37 -0000 Issue 1809

2003-07-04 Thread php-windows-digest-help
php-windows Digest 4 Jul 2003 20:47:37 - Issue 1809 Topics (messages 20683 through 20688): Re: can't connect to mysql 20683 by: Cristian MARIN 20684 by: Uttam Re: session problems - WinXP - Apache 1.3 - PHP 4.3.2 20685 by: Raymond 20686 by: Luis Ferro Re: Fa

[PHP-WIN] Error with IIS

2003-07-04 Thread Klaus Reichl
Hello everybody ! I want to run PHP 4.3.2 on my IIS 5 on Win2000 Server. When i want to open an .php file I always receive the error message "The specified module can't be found". I assume it is an beginners error I made, I took all steps explained on MS Technet http://www.microsoft.com/technet/tr

[PHP-WIN] Re: Fatal error with 'DB.php'

2003-07-04 Thread jsWalter
"Cristian Marin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > There are two modes to solve this: > - First when you are calling the file give the exact path from the file you > are calling to the DB.php OK, I did... require_once 'G:\etc\php\PEAR\DB.php'; This displayed nothin

Re: [PHP-WIN] session problems - WinXP - Apache 1.3 - PHP 4.3.2

2003-07-04 Thread Luis Ferro
In PHP.ini file (somewhere in the %windows% directory), there is a directory referenced as: session.save_path = c:/winnt/temp Check 2 things: a) that the directory in that entry is set to an existing directory of which the process running the web server has read/write permissions b) when issue

Re: [PHP-WIN] session problems - WinXP - Apache 1.3 - PHP 4.3.2

2003-07-04 Thread Raymond
hi hector, i've this problem too. my setup is winxp, ms iis 5.1, php 4.3.1. may i know have you manage to solve this problem? if yes, how to solve it? thanks and regards, raymond === "Hector Lumang" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PR

[PHP-WIN] RE: can't connect to mysql

2003-07-04 Thread Uttam
YES means a password was used by client for connecting to server. regds, -Original Message- From: zicux [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 03:06 To: [EMAIL PROTECTED] Subject: can't connect to mysql Hello, I have a problem with connecting to MySQL. It gives out mess

Re: [PHP-WIN] can't connect to mysql

2003-07-04 Thread Cristian MARIN
The using password:YES it doesn't mean the user require a password (this can be a security hole by displaing this message) ... it means that the user which is trying to connect are using a password to connect to mysql. Second: the error doesn't mean that the user are using a bad password or a pass

php-windows Digest 4 Jul 2003 07:09:44 -0000 Issue 1808

2003-07-04 Thread php-windows-digest-help
php-windows Digest 4 Jul 2003 07:09:44 - Issue 1808 Topics (messages 20673 through 20682): Fatal error with 'DB.php' 20673 by: jsWalter 20682 by: Cristian MARIN Sending a PDF page 20674 by: Todd Cary 20676 by: Dash McElroy Using PHP with IIS 20675 by

[PHP-WIN] Re: Fatal error with 'DB.php'

2003-07-04 Thread Cristian MARIN
There are two modes to solve this: - First when you are calling the file give the exact path from the file you are calling to the DB.php - second, the 'include_path = ' is a php.ini property so is there you have to add the path to the DB.php The php try first to access the DB.php directly assuming