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

2004-03-30 Thread Richard Davey
Hello Prabu, Tuesday, March 30, 2004, 3:18:09 PM, you wrote: PS> Can I call a function of PHP code from HTML tag just the same PS> as I call a function of JavaScript from HTML tag? PS> I meant, Like this "CustID"; No, but it'd be lovely if you could :) (Actually the .NET framework allows this v

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

2004-03-30 Thread Prabu Subroto
ED]> Date: Tue, 30 Mar 2004 08:32:38 -0500 To: [EMAIL PROTECTED] Subject: [PHP] Re: passing a variable value of PHP into the alert of JavaScript. > Prabu Subroto wrote: > > Dear my friends... > > > > I want to make an alert which can display a value from the database. >

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

2004-03-30 Thread Jason Barnett
Prabu Subroto wrote: 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? Sure. Probably the easiest way I can thin