<[EMAIL PROTECTED]>
Date: Tue, 30 Mar 2004 17:35:33 +0400
To: "Prabu Subroto" <[EMAIL PROTECTED]>,[EMAIL PROTECTED]
Subject: Re: [PHP-DB] passing a variable value of PHP into the alert of JavaScript.
> Hi!
> I didn't exactly understood what you mean, but I thi
Hi!
I didn't exactly understood what you mean, but I think there're no
problems with it... You should echo these variables into html, for
example:
bla bla bla
function my_alert(name, lastname, address){
alert(name);
}
bla bla bla
Hello Prabu,
Tuesday, March 30, 2004, 5:21:39 PM, you wrote:
P