I want to access PHP(server side file variables) with JavaScript(Client side script) without using MySQL. e.g. i have $name=Tom; How do i access this $name variable in Ja
you can do this simple things.
function reset1()
{
//document.frmadd.intFaqCategoryTypeID.value='1';
document.frmadd.reset();
document.frmadd.intChatRoomCategoryId.value='';
document.frmadd.intEventId.value='';
document.frmadd.intGroupId.value='';
document.frmadd.intMemberID.value='';
return false;
}