Home » questions » I want to pass the php variable to a javascript function?Can you help me? Thanks?
I want to pass the php variable to a javascript function?Can you help me? Thanks?
I have a PHP variable : $myVariable="Hello";
And a JavaScript Function: myFunction(s){
alert (s);
}
But i can run it when i put it on body tag:
)>
Can you help me?Thanks

Answers
Adam@ImagineTechsolutions.Com
On 2006-08-16 13:45:20
John J
On 2006-08-16 13:44:14