Jump to content

[SOLVED] php script on mouseover


komquat

Recommended Posts

Can I run a php script with the onmouseover command?

 

Please help if possible, where can I get information on it?

 

Thanks

 

Maybe something like this?

<a onmouseover='document.name.??? = script.php'>something</a>

Link to comment
Share on other sites

no you cant - not on the same page

 

PHP script is parsed and worked upon before it is passed to your browser which then works client side with javascript and html, you cannot interact with php scripts from the client side unless you refresh the page or send it to another page where the PHP will be parsed and worked on first again.

 

HTH

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.