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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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" <mikhail@xxxxxxxx>
PS> Date: Tue, 30 Mar 2004 17:35:33 +0400
PS> To: "Prabu Subroto" <prabusubroto@xxxxxxxxxxxxx>,php-db@xxxxxxxxxxxxx
PS> Subject: Re:  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:mikhail@xxxxxxxx
>> 
>> -- 
>> 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:mikhail@xxxxxxxx

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux