Hey guys , i was wondering if its possible to link javascript to php…
Consider this example:
[php]
In this i have used the javascript function , is there anyway i can replace
with [php]<?php function message() { echo "Hello! How are you"; } ?>[/php]and get the same result??