Hi,
I wonder if anyone has tried to implement PHP with Javascript. I have the code here like this:
if($name=='Mary')
{
echo "<script type=\"text/javascript\">window.alert(\"Hi, Your Name is " . $name . "
\")</script>";
}
For some reason, I don't get anything on the screen. Could I embed javascript in PHP at all? Thanks for your help.