[PHP] PHP:Problem with Japanese data

2004-08-19 Thread Umesh Deshmukh
Hi Gurus, (B (BI am using PHP 4.3.8 on Linux with Postgres 7.3.4. (BThe problem is I am unable to insert some japanese datat in the database (Busing PHP. (BI am sending you the character which gives problem, its "$BG=(B". (BThe 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

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

2004-06-22 Thread Umesh Deshmukh
**// function CheckBrowserCookie() { if(!f_CheckBrowserCookie()) alert('Browser cookies are disabled.Please enable them.'); } // *** in onload call it as below **// With these functions you will be able to check if the cookies are enabled or disabled. Regards, Umesh. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Cookies

2004-06-15 Thread Umesh Deshmukh
Hi, (B (BI want to use cookies in one of my applications. (BI want to know the details about the Domain parameter of setcookie function. (B (BWhat is significance of Domain parameter ? (BHow the use of Domain parameter helps us for authentication using cookie ? (B (BPlease 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

[PHP] PHP5-Perl extension

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

RE: [PHP] getting message from file

2004-03-09 Thread umesh
Hi, (B (BTry using follow. (B (B$sContents=file_get_contents("filename"); (B$sContents=split("",$sContents); (B (BAnde then you will be able to use the values for plotting a graph. (B (BRegards, (B (BUmesh. (B (B-- (BPHP General Mailing List (http://www.php.net/) (BT

RE: [PHP] Apache per directory setting

2004-01-06 Thread umesh
The change of values will take place after you restart the Apache. Try it once. -Original Message- From: Chris Lee [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 11:49 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Apache per directory setting >You need to use: > > php_value r

RE: [PHP] How to support Multi Lingual characters

2003-11-07 Thread umesh
Please refer the follow. URL. (B (Bhttp://www.php.net/manual/en/ref.mbstring.php (B (B-Original Message- (BFrom: K. Praveen Kumar [mailto:[EMAIL PROTECTED] (BSent: Friday, November 07, 2003 4:39 PM (BTo: umesh (BCc: [EMAIL PROTECTED] (BSubject: RE: [PHP] How to support Multi

RE: [PHP] How to support Multi Lingual characters

2003-11-07 Thread umesh
(BRegards, (B (Bumesh. (B (B-Original Message- (BFrom: K. Praveen Kumar [mailto:[EMAIL PROTECTED] (BSent: Friday, November 07, 2003 4:39 PM (BTo: umesh (BCc: [EMAIL PROTECTED] (BSubject: RE: [PHP] How to support Multi Lingual characters (B (B (BDear Umesh, (B Thanks for

RE: [PHP] How to support Multi Lingual characters

2003-11-07 Thread umesh
(Byes, though compile PHP with japanese support, you can accept input in (BEnglish as well. (B (BUmesh. (B (B-Original Message- (BFrom: K. Praveen Kumar [mailto:[EMAIL PROTECTED] (BSent: Friday, November 07, 2003 4:16 PM (BTo: [EMAIL PROTECTED]; Praveen Kumar (BSubject: [PHP] How

RE: [PHP] Japanese character validation

2003-11-07 Thread umesh
No, Kanji & Kana are not charsets. The form is having charset EUC-JP. Umesh. -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 3:08 PM To: umesh Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Japanese character validation umesh wrote:

RE: [PHP] Japanese character validation

2003-11-07 Thread umesh
Hi Edwin, Original Message- From: - Edwin - [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 2:02 PM To: umesh Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Japanese character validation Hi, On Fri, 7 Nov 2003 12:58:51 +0530 "umesh" <[EMAIL PROTECTED]> wrote: >

[PHP] Japanese character validation

2003-11-07 Thread umesh
Hi Gurus, (B (BI am new to PHP. I am using PHP4 on Linux. (B (BI have accept input from the user and check if the input is japanese (Bcharacter only, (Bfor example : If name is accepted , I need to check if its any of the (BHiragana, Katakana or Kanji. (B (BI have enabled multibyte support

RE: [PHP] Problem :file_exists & japanese filename

2003-10-10 Thread umesh
Hi, (B (BIf I list out all filkes in the directory using php, it shows garbage (Bfilenames (those which have japanese). (B (BUmesh. (B (B-Original Message- (BFrom: Marek Kilimajer [mailto:[EMAIL PROTECTED] (BSent: Friday, October 10, 2003 6:04 PM (BTo: umesh (BCc: [EMAIL

[PHP] Problem :file_exists & japanese filename

2003-10-10 Thread umesh
Hi Gurus, (B (BI am using PHP4 on linux. (B (BI am reading the filename from querystring and display it in the browser. (BBefore displaying , I am checking the existance of the file by using (Bfile_exists. (BIf the file name contains japanese characters, such as $BI4?M0l

[PHP] Help reg. create user and allocate space

2002-07-28 Thread umesh
? Please help. Thanking you all in anticipation. Regards Umesh. * Umesh A. Deshmukh. Manas Solutions Pvt. Ltd. [EMAIL PROTECTED] http://www.manas-solutions.com Ph. : 91+020+4006358,4223991/92 *

[PHP] need help reg. User Accounts

2002-07-28 Thread umesh
ation. Regards Umesh. ***** Umesh A. Deshmukh. Manas Solutions Pvt. Ltd. [EMAIL PROTECTED] http://www.manas-solutions.com Ph. : 91+020+4006358,4223991/92 *

[PHP] probelm : delete files using PHP

2002-07-23 Thread umesh
you all in anticipation. Regards Umesh. * Umesh A. Deshmukh. Manas Solutions Pvt. Ltd. [EMAIL PROTECTED] http://www.manas-solutions.com Ph. : 91+020+4006358,4223991/92 *

[PHP] Problem with mail subject

2001-07-12 Thread umesh DESHMUKH
jp' so that the subject won't be seen corrupted. Regards Umesh. = Umesh A. Deshmukh. Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie --