Re[2]: [PHP-DB] passing a variable value of PHP into the alert of JavaScript.

2004-03-30 Thread Mikhail U. Petrov
"Prabu Subroto" <[EMAIL PROTECTED]>,[EMAIL PROTECTED] PS> 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 think there're no >> problems with it... Yo

Re: [PHP-DB] passing a variable value of PHP into the alert of JavaScript.

2004-03-30 Thread Prabu Subroto
<[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

Re: [PHP-DB] passing a variable value of PHP into the alert of JavaScript.

2004-03-30 Thread Mikhail U. Petrov
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

[PHP-DB] passing a variable value of PHP into the alert of JavaScript.

2004-03-30 Thread Prabu Subroto
Dear my friends... I want to make an alert which can display a value from the database. I am meaning : how can I pass a value of a variable from PHP into JavaScript alert ( alert("$Firstname, $LastName and $Address"); Is it possible? -- __