0

i'm using xampp for local server and running the apache and Mysql services , and move my php and css file to "htdocs" folder , i write some codes in the php file and link css to php when i edit css file and then refresh the page i wrote , the changes i done doesn't appear . i refresh the page several times but nothing will happen but when i turn off the computer and back tomorrow , the changes will appear .

whats the problem ? this is code i wrote in head tag

<head>
       <!-- Insert to your webpage before the </head> -->
    <script src="sliderengine/jquery.js"></script>
    <script src="sliderengine/amazingslider.js"></script>

    <script src="sliderengine/initslider-1.js"></script>
    <!-- End of head section HTML codes -->
    <meta charset="UTF-8">
    <link rel="stylesheet" type="text/css" href="styles/styles.css"> 
    <title>tak mobl</title>
</head>

0 Answers0