[PHP] PHP:Problem with Japanese data

2004-08-19 Thread Umesh Deshmukh
Hi Gurus, I am using PHP 4.3.8 on Linux with Postgres 7.3.4. The problem is I am unable to insert some japanese datat in the database using PHP. I am sending you the character which gives problem, its "能". The problem arises when user enters only this characters and tries

Re: [PHP] Optimizing Tips

2004-08-05 Thread Umesh Deshmukh
Hi, Please check if 1) you have used recordsets, you have closed it at proper places. 2) connection objects are closed or not. These are some of the things in case of PHP. While coding , pls. follow. to open only one connection with the database. Regards, Umesh. - Original Message

RE: [PHP] session and mysql connection identifier

2004-07-20 Thread Umesh Deshmukh
Hi, Please check if you have put session_start() on script2. Umesh. -Original Message- From: mukta telang [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 11:18 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [PHP] session and mysql connection identifier Hi, I want to u

RE: [PHP] Re: Testing if cookies are enabled

2004-06-22 Thread Umesh Deshmukh
Hi, You can check if browser cookies are enabled or not by using follow. given JavaScript functions. //** jsfunc.js ***// function f_ReadCookie(cookieName) { if (cookieName == "" ) { return; } var theCookie=""+document.cookie+(("/") ? "; path=" + "/" : "") ; v

[PHP] Cookies

2004-06-15 Thread Umesh Deshmukh
Hi, I want to use cookies in one of my applications. I want to know the details about the Domain parameter of setcookie function. What is significance of Domain parameter ? How the use of Domain parameter helps us for authentication using cookie ? Please help me in this r

RE: [PHP] PHP

2004-06-14 Thread Umesh Deshmukh
Hi, You can visit www.phpclasses.org There are n number of classes given for validation. Regards, Umesh. -Original Message- From: Brent Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 5:28 PM To: Cheung Pui Pan; [EMAIL PROTECTED] Subject: RE: [PHP] PHP hi is this a j

[PHP] PHP5-Perl extension

2004-06-06 Thread Umesh Deshmukh
Hi, We are using PHP5 on linux, basically we are interested in working with PHP5-perl extension. We are using Movable Type library for blog. We have problem in using object of Movable Type (perl library) in PHP. Can anybody guide me on how to use Perl Object in PHP5. T

[PHP] Problem with mail subject

2001-07-12 Thread umesh DESHMUKH
Hi Gurus, I am using PHP4, I am using mail function which has Japanese subject, I am using 'iso-2022-jp' charser for japanese mail body. The problem the Japanese subject is seen corrupted, can anyone pls. tell me what should I do to change the charset of Subject to 'iso-2022-jp' so that the sub