Hi!
No, you can't. PHP generate page and finish the work. After that you
can't execute any PHP function.
Hello Prabu,
Tuesday, March 30, 2004, 6:20:16 PM, you wrote:
PS> Akh... thank you my friend.... It's solved.
PS> May I ask another question?
PS> Can I call a function of PHP code from HTML tag just the same as I call a function
of JavaScript from HTML tag?
PS> I meant, Like this "<a Onclick='warning()'>CustID</a>";
PS> ----- Original Message -----
PS> From: "Mikhail U. Petrov" <[EMAIL PROTECTED]>
PS> Date: Tue, 30 Mar 2004 17:35:33 +0400
PS> To: "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... You should echo these variables into html, for
>> example:
>>
>> <html><boby> bla bla bla
>> function my_alert(name, lastname, address){
>> alert(name);
>> }
>> <?php
>> echo
>> "javascript:myalert(". $Firstname . "," . $Lastname . " and " . $Address . ")";
>> ?>
>> bla bla bla
>>
>>
>> Hello Prabu,
>>
>> Tuesday, March 30, 2004, 5:21:39 PM, you wrote:
>>
>> PS> Dear my friends...
>>
>> PS> I want to make an alert which can display a value from the database.
>> PS> I am meaning :
>> PS> how can I pass a value of a variable from PHP into JavaScript alert (
>> alert("$Firstname, $LastName and $Address");
>>
>> PS> Is it possible?
>> PS> --
>> PS> _____________________________________________________________
>> PS> Web-based SMS services available at http://www.operamail.com.
>> PS> From your mailbox to local or overseas cell phones.
>>
>> PS> Powered by Outblaze
>>
>>
>>
>>
>> --
>> Best regards,
>> Mikhail mailto:[EMAIL PROTECTED]
>>
>> --
>> PHP Database Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
PS> --
PS> _____________________________________________________________
PS> Web-based SMS services available at http://www.operamail.com.
PS> From your mailbox to local or overseas cell phones.
PS> Powered by Outblaze
--
Best regards,
Mikhail mailto:[EMAIL PROTECTED]
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php