Why Javascript inside php that opened with ajax doesn;t refreshed ?,
i mean i need to refreshed all my whole page for the javascript change.
I have a page
Page 1 <- that contain Page2 using Ajax.
Page 2
<?
php state <-- its work fine here. i know it when deleted a data here
?>
<html>
<head>
</head>
<?
<javascript that not refresehed when open it by ajax, created using php >
< i know here is the problem because i had already deleted the data but, there's still selected mysql data here, and i checked already by phpmyadmin, there's not that data deleted already>
?>
<body>
</body>
</html>
please some one suggest me, thanks.
i mean i need to refreshed all my whole page for the javascript change.
I have a page
Page 1 <- that contain Page2 using Ajax.
Page 2
<?
php state <-- its work fine here. i know it when deleted a data here
?>
<html>
<head>
</head>
<?
<javascript that not refresehed when open it by ajax, created using php >
< i know here is the problem because i had already deleted the data but, there's still selected mysql data here, and i checked already by phpmyadmin, there's not that data deleted already>
?>
<body>
</body>
</html>
please some one suggest me, thanks.
