Changeset 8983


Ignore:
Timestamp:
Mar 21, 2011, 1:54:50 PM (14 years ago)
Author:
dennisw
Message:

index.html - linkt nu naar goede script
Heatmap.php - renamed

Location:
src/olheatmap
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • src/olheatmap/index.html

    r8982 r8983  
    77<script src="OpenLayers/OpenLayers.js"></script>
    88<script src="js/OpenStreetMap.js"></script>
    9 <script src="js/test_1.php"></script>
     9<script src="js/Heatmap.php"></script>
    1010<script src="js/Concurrent.Thread-full-20090713.js"></script>
    1111</head>
  • src/olheatmap/js/Heatmap.php

    r8982 r8983  
    2828function connectdb()
    2929{
    30  mysql_connect("localhost:3306", "root", "dsql")
     30 mysql_connect("location", "username", "password")
    3131  or die("Error connecting to mysql: " . mysql_error());
    32  mysql_select_db('project_heatmap')
     32 mysql_select_db('database')
    3333  or die("Error connecting to database: " . mysql_error());
    3434}
    3535connectdb();
    36 $table = 'test_3';
     36$table = 'table';
    3737?>
    3838
Note: See TracChangeset for help on using the changeset viewer.