Hi, i have this jQuery function:
$("#text").load("test3.php?id="+ Math.random());
And this code is in page: user.php
When i runt this page in this address: http://127.0.0.1/user.php - everthing is OK.
But, When i runt this page in this address: http://127.0.0.1/user/
in div "text" insert all root page.
test3.php page code:
<?php
echo "test 678";
?>