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
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
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
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
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
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
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
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
8 matches
Mail list logo