PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
<script language="JavaScript" type="text/javascript">
<!--
function popUpCenteredWindow() {
var win2;
//opens a new window with no menubar or resize ability.
var win2 = window.open("edit_game2.php?id=<?=$phpvar?>",
"Window2","height=120,width=530,menubar=no,resizable=no,scrollbars=no,status=no");
win2.focus();
}
//-->
</script>
<script language="JavaScript" type="text/javascript">
<!--
function popUpCenteredWindow() {
var win2;
//opens a new window with no menubar or resize ability.
var win2 = window.open("phpinfo.php?self=<? echo $PHP_SELF; ?>",
"Window2","height=120,width=530,menubar=no,resizable=no,scrollbars=no,status=no");
win2.focus();
}
//-->
</script>