hi...
i have the following code...in php...
i'm assigning a php variable to a variable in javascript...
var id = "<?=$GET['id'] ? $GET['id'] : 0?>";
if(id == 0)
{
parent.frames['content'].location.href = '<?echo 'content.php?'.$subitem->state->url_components['query']?>';
}
this works fine in the local...but when i upload it is working on the test server but not on the main server...
should i change any server settings??
is there any specific value in the php.ini file that i should change??
please help me immediately...
Thanks,
Sumathi.