is there equivlence of window.location() in php?
i am using javascript in one part to pass location of a script with parameters
i am having trouble....
wanted to know if there is an easy way (below code..i get a javascript error when using netscape,,,,but no error using IE)
<script language="JavaScript">
function entrance(){
if (confirm("Delete the specified Record?"))
{
window.location="../scripts/search.php?empID=<?echo $empID;?>&sDate=<?echo $sDate;?>&type=<?