Konu
header location kullanımı
15-12-2021, 09:37:39
#6
salihbey24
<?php
$test
=
"http://www.google.com"
;
echo
"<script>
window.open('"
.
$test
.
"', '_blank');
</script>"
;
// Bu kod işinizi görür sanırım php içerisinde javascript kullanarak yaptım