Hi, 

A small example

<script language="javascript">
function call_me()
{
window.location="script.php";
}
</script>

<div onmouseover="call_me()"> click me</div>



If you are thinking about some live experience like
javascirpt with PHP you can go for flash and php.

In Flash Event calls php scripts and get the value
without reloading the flash movie.


Zareef Ahmed


--- Yemi Obembe <[EMAIL PROTECTED]> wrote:

> i'd just luv to ask if it is possibble to call a
> function in PHP by using event handlers (like
> onmouseover, onload) as done in javascript? if its
> possible, i'd appreciate someone to tutor me on it.
> 
> 
> 
> ---------------------------------
> 
> A passion till tomorrow,
> www.opeyemi.tk
> 
> 
> 
> 
>               
> ---------------------------------
> Do you Yahoo!?
> Win 1 of 4,000 free domain names from Yahoo! Enter
now.


=====
Zareef Ahmed :: A PHP Developer in Delhi(India).
Homepage :: http://www.zasaifi.com


                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

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

Reply via email to