anamika
06-09-2010, 09:10 AM
Hi,
I have a dhtml code in php file.
Inside the dhtml function I have a php function call.
The function call is not being executed.
Browser is giving a javascript error .
The function call is as
var info='';
info +='<?php mTypes( 'wordc', 'm types are','Individual.' ); ?>';
Am very new to php,
can anyone resolve the issue.
Thanks.
I have a dhtml code in php file.
Inside the dhtml function I have a php function call.
The function call is not being executed.
Browser is giving a javascript error .
The function call is as
var info='';
info +='<?php mTypes( 'wordc', 'm types are','Individual.' ); ?>';
Am very new to php,
can anyone resolve the issue.
Thanks.